Skip to content

Commit

Permalink
Merge pull request #101 from php-annotations/php7-support
Browse files Browse the repository at this point in the history
Adding PHP7 to the Travis CI configuration
  • Loading branch information
Alexander Obuhovich committed Oct 18, 2015
2 parents 3e6d5ea + 99d22ba commit 1e4b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php: [5.3, 5.4, 5.5, 5.6, hhvm]
php: [5.3, 5.4, 5.5, 5.6, hhvm, 7]

before_script:
- composer install --dev --prefer-source
Expand Down

0 comments on commit 1e4b9ca

Please sign in to comment.