Skip to content

Commit

Permalink
Run travis job on php nightly to get newer ICU lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 21, 2016
1 parent cb642f3 commit 99c05d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- nightly

sudo: false

Expand Down Expand Up @@ -61,7 +62,7 @@ before_install:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE DATABASE cakephp_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE SCHEMA test2;' -U postgres -d cakephp_test; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE SCHEMA test3;' -U postgres -d cakephp_test; fi"

- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]] ; then pecl channel-update pecl.php.net; fi;

- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]] ; then echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
Expand Down

0 comments on commit 99c05d9

Please sign in to comment.