Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 9c5dbed

Browse files
committed
Update .travis.yml
1 parent ff96857 commit 9c5dbed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ cache:
1212
- $HOME/.composer/cache
1313

1414
before_script:
15-
- composer install
15+
- composer install --prefer-source
1616

1717
script:
1818
- mkdir -p build/logs
1919
- phpunit --coverage-clover build/logs/clover.xml
2020

2121
after_script:
2222
- php vendor/bin/coveralls
23+
24+
sudo: false

0 commit comments

Comments
 (0)