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
- composer install
- php artisan env
- mv -v .env.testing .env
- touch tests/database/db.sqlite
- php artisan migrate --seed
# - mv -v .env.testing .env
# - touch tests/database/db.sqlite
# - php artisan migrate --seed
script:
- phpunit --debug
# - phpunit --debug
after_script:
- php vendor/bin/coveralls
# - php vendor/bin/coveralls