Skip to content

Commit dcb8070

Browse files
committed
Add PHP 7 and HHVM to Travis
1 parent c34ed7f commit dcb8070

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
@@ -9,13 +9,20 @@ php:
99
- 5.4
1010
- 5.5
1111
- 5.6
12+
- nightly
13+
- hhvm
1214

1315
matrix:
1416
include:
1517
- php: 5.6
1618
env: SYMFONY_VERSION='2.3.*'
1719
- php: 5.6
1820
env: SYMFONY_VERSION='2.7.*'
21+
allow_failures:
22+
- php: nightly
23+
- php: hhvm
24+
fast_finish: true
25+
1926

2027
before_script:
2128
- /usr/share/elasticsearch/bin/elasticsearch -v

0 commit comments

Comments
 (0)