Skip to content

Commit aa7828a

Browse files
chore(travis): install yarn via 'npm i -g yarn'. do not cache .downstream_projects
1 parent 2be60cb commit aa7828a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
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
- if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
1110
- tsc &&
@@ -27,4 +26,3 @@ git:
2726
cache:
2827
directories:
2928
- node_modules
30-
- '.downstream_cache'

0 commit comments

Comments
 (0)