Skip to content

Commit 537fac0

Browse files
committed
Ask Travis to run composer install before building.
1 parent 9491825 commit 537fac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ php:
66
- 5.6
77
- hhvm
88

9+
before_script:
10+
- composer install --prefer-source
11+
912
script: php run_tests.php

0 commit comments

Comments
 (0)