See of there’s any screenshots

This commit is contained in:
Jonny Barnes 2017-02-22 20:07:55 +00:00
parent dea3bc2bed
commit 1c50d6c951

View file

@ -38,7 +38,6 @@ before_script:
- psql -U travis -c 'create database travis_ci_test' - psql -U travis -c 'create database travis_ci_test'
- psql -U travis -d travis_ci_test -c 'create extension postgis' - psql -U travis -d travis_ci_test -c 'create extension postgis'
- cp .env.travis .env - cp .env.travis .env
- chmod 777 storage/logs
- php artisan key:generate - php artisan key:generate
- php artisan migrate - php artisan migrate
- php artisan db:seed - php artisan db:seed
@ -51,4 +50,4 @@ script:
#- phpdbg -qrr vendor/bin/phpunit --coverage-text #- phpdbg -qrr vendor/bin/phpunit --coverage-text
- php artisan dusk --filter test_client_page_creates_new_note - php artisan dusk --filter test_client_page_creates_new_note
#- php artisan security:check #- php artisan security:check
- ls -l storage/logs/ - ls -l tests/Browser/screenshots