Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 4c49d6f

Browse files
committed
Merge pull request #204 from Nyholm/patch-1
Test with php 7.1
2 parents 21feb7b + 47df9e0 commit 4c49d6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ matrix:
2929
- EXECUTE_COVERAGE=true
3030
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3131
- PATH="$HOME/.local/bin:$PATH"
32-
- php: 7
32+
- php: 7.0
33+
- php: 7.1
3334
- php: hhvm
3435

3536
notifications:

0 commit comments

Comments
 (0)