Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit a833f4a

Browse files
committed
Merge pull request #139 from judsonco/cleanup/add-hhvm-php7-to-travis
[Cleanup] Adding HHVM and PHP7 to travis.yml and allowing them to fail
2 parents 9e41d65 + 0bd0e80 commit a833f4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
language: php
22

33
php:
4+
- hhvm
5+
- 7
46
- 5.6
57
- 5.5
68
- 5.4
79
- 5.3
810

11+
matrix:
12+
allow_failures:
13+
- php: hhvm
14+
- php: 7
15+
916
before_script:
1017
- curl -s http://getcomposer.org/installer | php
1118
- php composer.phar install --dev --no-interaction

0 commit comments

Comments
 (0)