Skip to content

Commit

Permalink
Trying to get php-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 2216d98 commit 4a17b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -25,6 +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
- composer self-update
- composer install --prefer-source --no-interaction --dev
- sh -c "if [ '$PHPCS' != '1' ]; then sudo locale-gen de_DE; fi"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -19,6 +19,7 @@
},
"require": {
"php": ">=5.4.19",
"ext-intl": "*",
"ext-mcrypt": "*",
"ext-mbstring": "*",
"nesbot/Carbon": "1.8.*"
Expand Down

0 comments on commit 4a17b0b

Please sign in to comment.