Skip to content

Commit 4fec908

Browse files
committed
Merge pull request #44 from barryvdh/patch-1
Add PHP 5.6, 7.0 and HHVM to travis config
2 parents 482ab8b + 8cc4a40 commit 4fec908

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ env:
77
php:
88
- 5.4
99
- 5.5
10+
- 5.6
11+
- 7.0
12+
- hhvm
1013

14+
matrix:
15+
allow_failures:
16+
- php: hhvm
17+
fast_finish: true
18+
1119
before_script:
1220
- composer dump-autoload
1321
- composer self-update
@@ -18,4 +26,4 @@ script: bin/phpunit
1826

1927
# Use Travis' new container-based infrastructure.
2028
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
21-
sudo: false
29+
sudo: false

0 commit comments

Comments
 (0)