Skip to content

Commit

Permalink
Travis: prefer composer source when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Dec 18, 2013
1 parent 5d8b416 commit bd0ef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:

before_script:
- composer self-update
- composer install --no-interaction --prefer-dist --dev
- composer install --no-interaction --prefer-source --dev

script: php tests/lint.php src/Kdyby/ tests/KdybyTests/ && VERBOSE=true ./tests/run-tests.sh -s tests/KdybyTests/

0 comments on commit bd0ef42

Please sign in to comment.