Skip to content

Commit 7743841

Browse files
committed
Fixed .travis.yml
* Added `--dev`: Because it is needed * Added `--prefere-source`: Because travis fails less with that
1 parent 44677d5 commit 7743841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ php:
33
- 5.3
44
script: ./test.sh
55
before_script:
6-
- composer install
6+
- composer install --dev --prefere-source

0 commit comments

Comments
 (0)