Skip to content

Commit

Permalink
cacert
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Apr 20, 2018
1 parent 3bec29f commit 904a9cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cache:
before_install:
# disable XDEBUG unless specified to be used
- sh -c 'if [ "${WITH_XDEBUG}" = "false" ]; then phpenv config-rm xdebug.ini && echo "xdebug disabled" || exit 0; fi'
- wget https://curl.haxx.se/ca/cacert.pem -O /tmp/cacert.pem
- echo "curl.cainfo=/tmp/cacert.pem" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;

install:
- composer update
Expand Down

0 comments on commit 904a9cc

Please sign in to comment.