Skip to content

Commit

Permalink
CI: update composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikulas committed Jul 19, 2015
1 parent 5f61fdc commit ea75d6b
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 @@ -25,7 +25,7 @@ before_script:
- mysql -e 'CREATE DATABASE nextras_migrations_test;'
- mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql

- composer install --no-interaction
- if [ "$TRAVIS_PHP_VERSION" == "hhvm" -o "$TRAVIS_PHP_VERSION" == "hhvm-nightly" ]; then phpenv global php; composer install --no-interaction; phpenv global hhvm; fi

script:
- ./tests/run.sh $NTESTER_FLAGS ./tests/cases
Expand Down

0 comments on commit ea75d6b

Please sign in to comment.