Try using newest phantomjs

This commit is contained in:
Jonny Barnes 2017-02-22 18:03:05 +00:00
parent 93dfb3f628
commit 3d464076a7

View file

@ -22,6 +22,10 @@ matrix:
- php: nightly
before_install:
- mkdir travis-phantomjs
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- phpenv config-rm xdebug.ini || echo "xdebug already absent"
- travis_retry composer self-update --preview
@ -46,4 +50,3 @@ script:
#- phpdbg -qrr vendor/bin/phpunit --coverage-text
- php artisan dusk --filter test_client_page_creates_new_note
#- php artisan security:check
- ls -l storage/logs