Skip to content

Commit 4a771bc

Browse files
chore(travis): install yarn via 'npm i -g yarn' to get latest version.
Do not cache .downstream_projects
1 parent 18d0d7d commit 4a771bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ services:
44
- xvfb
55
before_install:
66
- sudo apt-get install libgconf-2-4
7-
- export PATH=$HOME/.yarn/bin:$PATH
8-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
7+
- npm install -g yarn
98
script:
109
- tsc &&
1110
yarn test &&
@@ -23,4 +22,3 @@ git:
2322
cache:
2423
directories:
2524
- node_modules
26-
- '.downstream_cache'

0 commit comments

Comments
 (0)