Skip to content

Commit

Permalink
Merge pull request #1040 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Tweaked travis config
  • Loading branch information
davedevelopment committed Feb 24, 2020
2 parents ff980c3 + e4ad862 commit 30b93bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ matrix:
- DEPS=latest
- COMPOSER_FLAGS="--ignore-platform-reqs"

cache:
directories:
- .composer/cache

before_install:
- alias composer=composer\ -n && composer self-update

install:
- if [[ $PHPUNIT == 'minimum' ]]; then sed -i 's/~5.7|/5.4.*|/g' ./composer.json ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update --no-interaction $COMPOSER_FLAGS ; fi
Expand Down

0 comments on commit 30b93bb

Please sign in to comment.