Skip to content

Commit 0435676

Browse files
committed
Added PHP 5.6 and HHVM to travis.yml
1 parent 3493474 commit 0435676

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ php:
55
- 5.3
66
- 5.4
77
- 5.5
8+
- 5.6
9+
- hhvm
810

911
matrix:
1012
allow_failures:
1113
- php: 5.3.3
1214

13-
before_script:
14-
- wget -nc http://getcomposer.org/composer.phar
15-
- php composer.phar install --dev
15+
before_install:
16+
- composer self-update
1617

17-
script: phpunit
18+
install:
19+
- composer install --dev
20+
21+
script:
22+
- phpunit
1823

1924
notifications:
2025
email:

0 commit comments

Comments
 (0)