Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 8408f17

Browse files
committed
Updated to 1.1.2 version
1 parent cd78e3b commit 8408f17

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@ cache:
1212
- $HOME/.composer/cache
1313

1414
php:
15+
- hhvm
1516
- 5.6
1617
- 7.0
1718
- 7.1
1819
- nightly
1920

2021
matrix:
2122
fast_finish: true
22-
include:
23-
- php: hhvm
24-
env: HHVM=1
2523
allow_failures:
2624
- php: nightly
2725

2826
before_script:
2927
- export PATH="$HOME/.composer/vendor/bin:$PATH"
3028
- |
31-
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." && -v "$HHVM" ]]; then
29+
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
3230
composer global require "phpunit/phpunit=5.7.*"
3331
else
3432
composer global require "phpunit/phpunit=4.8.*"

0 commit comments

Comments
 (0)