Skip to content

Commit e3c0ebd

Browse files
committed
Update travis configuration.
1 parent 9364a59 commit e3c0ebd

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
language: php
2-
3-
before_script:
4-
- composer self-update
5-
- composer install --dev --prefer-source
2+
sudo: false
63

74
php:
85
- 5.3
96
- 5.4
107
- 5.5
8+
- 5.6
9+
- hhvm
10+
- nightly
11+
12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- php: hhvm
16+
- php: nightly
17+
18+
install:
19+
- composer install --dev
20+
1121

1222
script: phpunit

0 commit comments

Comments
 (0)