Skip to content

Commit

Permalink
Added PHP 7 to travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jun 26, 2015
1 parent acc131f commit 2007269
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: php

php: ["5.5", "5.6", "nightly", "hhvm", "hhvm-nightly"]
php: ["5.5", "5.6", "7", "nightly", "hhvm", "hhvm-nightly"]

matrix:
allow_failures: [{"php": "nightly"}, {"php": "hhvm"}, {"php": "hhvm-nightly"}]
Expand Down

0 comments on commit 2007269

Please sign in to comment.