Try using newest phantomjs
This commit is contained in:
parent
93dfb3f628
commit
3d464076a7
1 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,10 @@ matrix:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_install:
|
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"
|
- phpenv config-rm xdebug.ini || echo "xdebug already absent"
|
||||||
- travis_retry composer self-update --preview
|
- travis_retry composer self-update --preview
|
||||||
|
|
||||||
|
@ -46,4 +50,3 @@ 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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue