We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80326 commit 617d041Copy full SHA for 617d041
.travis.yml
@@ -4,11 +4,15 @@ php:
4
- 5.3
5
- 5.4
6
- 5.5
7
+ - 5.6
8
+ - 7
9
- hhvm
10
-before_script:
11
+install:
12
- composer self-update
13
- composer install --no-interaction --prefer-source
14
+
15
+before_script:
16
- export DISPLAY=:99.0
17
- sh -e /etc/init.d/xvfb start
18
- wget -q -t 3 http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar
0 commit comments