Skip to content

Commit

Permalink
String -> Bool
Browse files Browse the repository at this point in the history
  • Loading branch information
gn36 committed May 11, 2016
1 parent e1db1e0 commit 5c7bb9a
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 @@ -45,7 +45,7 @@ branches:
- /^dev\/.*$/

install:
- if [ "${TRAVIS_PHP_VERSION}" = "5.3.3" ]; then cat composer.json | sed 's/"version"/"config":{\n\t\t"disable-tls":"true",\n\t\t"secure-http":"false"\n\t},\n\t"version"/' > composer.tmp.json ; mv composer.tmp.json composer.json ; fi
- if [ "${TRAVIS_PHP_VERSION}" = "5.3.3" ]; then cat composer.json | sed 's/"version"/"config":{\n\t\t"disable-tls":true,\n\t\t"secure-http":false\n\t},\n\t"version"/' > composer.tmp.json ; mv composer.tmp.json composer.json ; fi
- composer install --dev --no-interaction --prefer-source
- chmod +x travis/prepare-phpbb.sh
- travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
Expand Down

0 comments on commit 5c7bb9a

Please sign in to comment.