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

Commit 47df9e0

Browse files
authored
Test with php 7.1
1 parent 8ec7714 commit 47df9e0

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)