Skip to content

Commit

Permalink
Update travis configuration with some deprecated vendor usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed Jan 1, 2016
1 parent ad22ce1 commit e1cf534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ php:
before_script:
- export DISPLAY=:99.0
- Xvfb $DISPLAY -extension RANDR &> /dev/null &
- curl http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar > selenium.jar
- curl http://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar > selenium.jar
- java -jar selenium.jar &> /dev/null &
- php -S localhost:8000 -t tests/fixtures/ &> /dev/null &
- cp behat.yml{-dist,}
- composer selfupdate
- composer self-update
- composer install

script:
Expand Down

0 comments on commit e1cf534

Please sign in to comment.