Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Sep 19, 2020
1 parent 20fb03f commit 2551764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -17,9 +17,9 @@ cache:
- $HOME/.composer/cache

# 7.4 does not currently have ext-gd and ext-zip - but we don't need them for our tests
install:
- curl -s http://getcomposer.org/installer | php
- travis_retry composer install --ignore-platform-reqs
#install:
# - curl -s http://getcomposer.org/installer | php
# - travis_retry composer install --ignore-platform-reqs

before_script:
- travis_retry composer config github-oauth.github.com "${GITHUB_OAUTH_TOKEN}"
Expand Down

0 comments on commit 2551764

Please sign in to comment.