Skip to content

Commit

Permalink
Add php 7.0 to travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Apr 25, 2015
1 parent 6678dd9 commit ae12e70
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 109 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 5.6
- 5.5
- 5.4
- 7.0
- hhvm
install: composer install
script: ./vendor/bin/phpunit --coverage-clover clover.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "MIT",
"require": {
"php": "~5.4"
"php": "~5.4 || ~7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit ae12e70

Please sign in to comment.