Skip to content

Commit

Permalink
Round 2 at trying to get intl installed in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 21, 2014
1 parent 4a17b0b commit 8e4d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ matrix:
env: HHVM=1 DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0.0.0.0;dbname=cakephp_test' db_database='cakephp_test' db_login='travis' db_password=''

before_script:
- sudo apt-get install php5-intl
- yes '' | pecl install -f intl
- composer self-update
- composer install --prefer-source --no-interaction --dev
- sh -c "if [ '$PHPCS' != '1' ]; then sudo locale-gen de_DE; fi"
Expand Down

0 comments on commit 8e4d1a9

Please sign in to comment.