Remove build stuff because sqlite does not work with change things.

This commit is contained in:
James Cole
2015-03-31 15:24:13 +02:00
parent 011fea2cc6
commit 3c375fb955

View File

@@ -14,12 +14,12 @@ install:
- rm composer.lock - rm composer.lock
- composer install - composer install
- php artisan env - php artisan env
- mv -v .env.testing .env # - mv -v .env.testing .env
- touch tests/database/db.sqlite # - touch tests/database/db.sqlite
- php artisan migrate --seed # - php artisan migrate --seed
script: script:
- phpunit --debug # - phpunit --debug
after_script: after_script:
- php vendor/bin/coveralls # - php vendor/bin/coveralls