Skip to content

Commit fb81b2e

Browse files
committed
deprecate unsupported php versions
1 parent 0add21c commit fb81b2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7
7-
- hhvm
86

97
matrix:
108
fast_finish: true
11-
allow_failures:
12-
- php: hhvm
139

1410
sudo: false
1511

@@ -35,4 +31,4 @@ script:
3531
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
3632

3733
after_success:
38-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
34+
- sh -c 'php vendor/bin/coveralls -v'

0 commit comments

Comments
 (0)