Skip to content

Commit 85a6c59

Browse files
committed
Fix the usage of the composer cache on Travis
1 parent 721cbba commit 85a6c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
before_script:
3131
- sh bin/run-"$WEBDRIVER".sh
3232

33-
- composer install --prefer-source
33+
- composer install
3434

3535
# Start a webserver for web fixtures. Force using PHP 5.6 to be able to run it on PHP 5.3 and HHVM jobs too
3636
- MINK_PHP_BIN=~/.phpenv/versions/5.6/bin/php vendor/bin/mink-test-server > /dev/null 2>&1 &

0 commit comments

Comments
 (0)