Skip to content

Commit

Permalink
NEW: Ensure php7 builds pass.
Browse files Browse the repository at this point in the history
SilverStripe 4 should work in php7, so we shouldn't accept its failure.
  • Loading branch information
Sam Minnee committed Mar 22, 2016
1 parent 8518fc1 commit 52ca089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,8 @@ matrix:
env: DB=MYSQL PDO=1
- php: 5.6
env: DB=MYSQL BEHAT_TEST=1 JS_SANITY_CHECK=1
- php: 7.0
env: DB=MYSQL PDO=1

before_script:
# Until http://pecl.php.net/package/imagick is working again
Expand Down

0 comments on commit 52ca089

Please sign in to comment.