Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
fix(ci): Yarn cache preventing yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Feb 12, 2018
1 parent 827a4a7 commit caccb7a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ perl:
- "5.18"
- "5.16"
- "5.14"
cache:
yarn: true
bundler: true
directories:
- ~/.npm
- ~/.yarn
- node_modules # NPM packages
before_install:
- nvm install 8
- perl --version
Expand All @@ -27,6 +20,11 @@ before_install:
- echo $PERL5OPT
- echo $TRAVIS_OS_NAME
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cpanm PadWalker; fi
cache:
yarn: true
bundler: true
directories:
- node_modules # NPM packages
install:
- travis_retry yarn
stages:
Expand Down

0 comments on commit caccb7a

Please sign in to comment.