Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
prefer install over update to test agains locked dependencies, remove…
Browse files Browse the repository at this point in the history
… bootstrap which is not necessary any more
  • Loading branch information
mikey179 committed Mar 6, 2012
1 parent dab587b commit b7f5d77
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:

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar update
- php vendor/bin/bootstrap
- php composer.phar install

script: phpunit

0 comments on commit b7f5d77

Please sign in to comment.