Skip to content

Commit

Permalink
CI: run composer with php 5.6 to prevent hhvm timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikulas committed Jul 19, 2015
1 parent 5f61fdc commit 084163a
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
- OLDPHP=$(phpenv global); phpenv global 5.6; composer install --no-interaction; phpenv global $OLDPHP

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

0 comments on commit 084163a

Please sign in to comment.