Skip to content

Commit aa96c13

Browse files
author
Bui Sy Nguyen
committed
Update travis-ci config
1 parent 7ca0d60 commit aa96c13

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
language: php
2-
32
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
73
- 5.6
4+
- 5.5
5+
- 5.4
6+
- 5.3
87
- 7
98
- hhvm
10-
119
install:
1210
- composer self-update
1311
- composer global require "fxp/composer-asset-plugin:1.0.0"
1412
- composer install --prefer-dist --dev
1513
- composer info --installed
16-
17-
script: phpunit --configuration phpunit.xml.dist
14+
script: phpunit -c phpunit.xml

0 commit comments

Comments
 (0)