Skip to content

Commit

Permalink
Merge pull request #4 from ciaranmcnulty/php7-support
Browse files Browse the repository at this point in the history
PHP 7 Support
  • Loading branch information
ciaranmcnulty committed Feb 1, 2016
2 parents 620e10a + c5f11e7 commit a27fbf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: php

php:
- 5.6
- 7.0

install:
- composer install --prefer-source
- composer install --prefer-source --ignore-platform-reqs

script:
- bin/behat
- bin/behat --profile mink
- bin/behat --profile mink
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require" : {
"php" : "~5.4",
"php" : "~5.4,~7.0",
"behat/behat" : "~3.0",
"symfony/process" : "~2.3"
},
Expand Down

0 comments on commit a27fbf4

Please sign in to comment.