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

Commit

Permalink
Merge pull request #204 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Test with php 7.1
  • Loading branch information
weierophinney committed Sep 7, 2016
2 parents 21feb7b + 47df9e0 commit 4c49d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ matrix:
- EXECUTE_COVERAGE=true
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
- PATH="$HOME/.local/bin:$PATH"
- php: 7
- php: 7.0
- php: 7.1
- php: hhvm

notifications:
Expand Down

0 comments on commit 4c49d6f

Please sign in to comment.