Skip to content

Commit 1e4b9ca

Browse files
author
Alexander Obuhovich
committed
Merge pull request php-annotations#101 from php-annotations/php7-support
Adding PHP7 to the Travis CI configuration
2 parents 3e6d5ea + 99d22ba commit 1e4b9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
php: [5.3, 5.4, 5.5, 5.6, hhvm]
3+
php: [5.3, 5.4, 5.5, 5.6, hhvm, 7]
44

55
before_script:
66
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)