Skip to content

Commit 3306629

Browse files
authored
Merge pull request #81 from VolCh/patch-1
Update PHP versions in CI
2 parents 5a58357 + 4032a72 commit 3306629

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ language: php
22

33
matrix:
44
include:
5-
- php: 5.3
65
- php: 5.4
76
- php: 5.5
87
env: COMPOSER_OPTS="--prefer-lowest"
98
- php: 5.6
109
- php: 7.0
10+
- php: 7.1
11+
- php: 7.2
1112
- php: hhvm
13+
env: COMPOSER_OPTS="--prefer-lowest"
1214

1315
before_install:
1416
- sudo apt-get update -qq
@@ -19,4 +21,4 @@ install:
1921
- composer update $COMPOSER_OPTS
2022

2123
script:
22-
- phpunit tests
24+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)