Skip to content

Commit 1fa41f8

Browse files
authored
Removed testing against HHVM nightly (#66)
* Test against PHP 7.1 and not against HHVM nightly anymore * Removed 7.1 to not overly bloat the test matrix * Changed 7.0 back to 7 so the effective changes are only what the PR is about now
1 parent abedac5 commit 1fa41f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ php:
66
- 5.6
77
- 7
88
- hhvm
9-
- hhvm-nightly
109

1110
matrix:
1211
allow_failures:
1312
- php: 7
1413
- php: hhvm
15-
- php: hhvm-nightly
1614

1715
before_script:
1816
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)