Skip to content

Commit

Permalink
Composer self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Jan 23, 2015
1 parent 77b53b5 commit 3d3435b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer self-update
- composer update --prefer-source --no-interaction
- if [[ "$DB" == "mysql" ]]; then mysql -e "create database phpcr_tests;"; fi
- if [[ "$DB" == "pgsql" ]]; then psql -c "create database phpcr_tests;" -U postgres; fi
Expand Down

0 comments on commit 3d3435b

Please sign in to comment.