Skip to content

Commit ae671f6

Browse files
committed
lowest build and remove hhvm
1 parent a64c076 commit ae671f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ branches:
2222
matrix:
2323
fast_finish: true
2424
include:
25-
- php: 5.5
25+
- php: 7.1
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
27-
- php: hhvm
28-
dist: trusty
2927

3028
before_install:
3129
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)