Skip to content

Commit 75dcab2

Browse files
committed
Merge pull request #927 from FriendsOfSymfony/travis
Travis update
2 parents edd7d4e + dcb8070 commit 75dcab2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 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:
15-
- php: 5.5
17+
- php: 5.6
1618
env: SYMFONY_VERSION='2.3.*'
17-
- php: 5.5
18-
env: SYMFONY_VERSION='2.5.*'
19+
- php: 5.6
20+
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)