diff --git a/.travis.yml b/.travis.yml index a28fdf21..4ec21e6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,12 +38,11 @@ before_script: - php artisan migrate - php artisan db:seed - php artisan token:generate - - phantomjs --webdriver=127.0.0.1:9515 --webdriver-logfile=/dev/null --webdriver-loglevel=ERROR & + - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR & - php artisan serve & - sleep 5 # Give artisan some time to start serving script: - - phpdbg -qrr vendor/bin/phpunit --coverage-text - - php artisan dusk - - php artisan security:check - - ls -l storage/logs + #- phpdbg -qrr vendor/bin/phpunit --coverage-text + - php artisan dusk --filter test_client_page_creates_new_note + #- php artisan security:check