Skip to content

Commit e80b8d6

Browse files
committed
update Travis config
1 parent 4b4df00 commit e80b8d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ php:
66
- 5.5
77
- 5.6
88

9-
before_script: composer install
9+
install:
10+
- composer install
1011

1112
script:
1213
- phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)