Skip to content

Commit

Permalink
Updated Travis to run tests on php 7.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlowsugar authored and Gabriel L. Rael committed Sep 22, 2017
1 parent 2af9974 commit a171273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.3' || $TRAVIS_PHP_VERSION = '5.4' ]]; then PHP_COVERALLS_VERSION="~1.0"; else PHP_COVERALLS_VERSION=""; fi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"issues" : "https://github.com/sugarcrm/tidbit/issues"
},
"require" : {
"php": ">=5.3.27"
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit a171273

Please sign in to comment.