Skip to content

Commit 617d041

Browse files
OndraMJanos Pasztor
authored andcommitted
Run tests on PHP 5.6 and PHP 7
1 parent 2e80326 commit 617d041

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- 7
79
- hhvm
810

9-
before_script:
11+
install:
1012
- composer self-update
1113
- composer install --no-interaction --prefer-source
14+
15+
before_script:
1216
- export DISPLAY=:99.0
1317
- sh -e /etc/init.d/xvfb start
1418
- wget -q -t 3 http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar

0 commit comments

Comments
 (0)