Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
travis: use system composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Nov 13, 2012
1 parent 13c80e4 commit 3c63e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ php:
- 5.4

before_script:
- "sh -c 'curl -s http://getcomposer.org/installer | php'"
- "sh -c 'php composer.phar install --dev --no-interaction'"
- "sh -c 'composer install --dev --no-interaction'"

script: "VERBOSE=true ./tests/run-tests.sh -s tests/"

0 comments on commit 3c63e86

Please sign in to comment.