Skip to content

Commit

Permalink
r Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Jan 10, 2018
1 parent c4a4a19 commit 3fd1502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:

script:
- docker exec app /bin/sh -c "cd /home/app; cat /dev/null >> database/gateway.sqlite; export APP_ENV=testing; export DB_DATABASE=database/gateway.sqlite; php artisan migrate --database=sqlite"
- docker exec app /bin/sh -c "cd /home/app; touch storage/logs/laravel.log; export APP_ENV=testing; ./vendor/bin/phpunit; phpdismod xdebug; ls -l storage/logs/laravel.log; cat storage/logs/laravel.log"
- docker exec app /bin/sh -c "cd /home/app; touch storage/logs/laravel.log; export APP_ENV=testing; export APP_DEBUG=true; ./vendor/bin/phpunit; phpdismod xdebug; ls -l storage/logs/laravel.log; cat storage/logs/laravel.log"
- docker cp app:/home/app/build/logs/clover.xml ./build/logs/clover.xml
- ./vendor/bin/test-reporter

Expand Down

0 comments on commit 3fd1502

Please sign in to comment.