Skip to content

Commit

Permalink
chore(travis): install yarn via 'npm i -g yarn' to get latest version.
Browse files Browse the repository at this point in the history
Do not cache .downstream_projects
  • Loading branch information
christopherthielen committed Dec 18, 2019
1 parent 18d0d7d commit 4a771bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
- xvfb
before_install:
- sudo apt-get install libgconf-2-4
- export PATH=$HOME/.yarn/bin:$PATH
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- npm install -g yarn
script:
- tsc &&
yarn test &&
Expand All @@ -23,4 +22,3 @@ git:
cache:
directories:
- node_modules
- '.downstream_cache'

0 comments on commit 4a771bc

Please sign in to comment.