Skip to content

Commit

Permalink
fix: use Composer 1.x in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 17, 2020
1 parent 1be975c commit ba119d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cache:
- node_modules
- vendor
before_install:
- composer self-update 1.10.17
- source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION && nvm use $TRAVIS_NODE_VERSION
install:
- node -v
Expand Down

0 comments on commit ba119d2

Please sign in to comment.