Skip to content

Commit 7403983

Browse files
committed
Update PHP versions in CI
5.3 supported by Travis CI now in precise only 7.2 is RC 7.3 is nightly HVVM is 5.6 based and I think that -prefer-lowest is enough nowadays
1 parent d6f4a13 commit 7403983

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@ language: php
33
matrix:
44
include:
55
- php: 5.3
6+
dist: precise
67
- php: 5.4
78
- php: 5.5
89
env: COMPOSER_OPTS="--prefer-lowest"
910
- php: 5.6
1011
- php: 7.0
12+
- php: 7.1
13+
- php: 7.2
14+
- php: nightly
1115
- php: hhvm
16+
env: COMPOSER_OPTS="--prefer-lowest"
17+
allow_failures:
18+
- php: nightly
1219

1320
before_install:
1421
- sudo apt-get update -qq
@@ -19,4 +26,4 @@ install:
1926
- composer update $COMPOSER_OPTS
2027

2128
script:
22-
- phpunit tests
29+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)