This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4
4
- ' 6'
5
5
6
6
cache :
7
+ yarn : true
7
8
directories :
8
- - node_modules
9
9
- bower_components
10
10
11
11
branches :
@@ -35,10 +35,6 @@ addons:
35
35
packages :
36
36
- g++-4.8
37
37
38
- before_install :
39
- - curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9
40
- - export PATH=$HOME/.yarn/bin:$PATH
41
-
42
38
before_script :
43
39
- du -sh ./node_modules ./bower_components/ || true
44
40
- ./scripts/travis/before_build.sh
Original file line number Diff line number Diff line change 10
10
},
11
11
"engines" : {
12
12
"node" : " ^6.9.1" ,
13
- "yarn" : " >=0.17.9 " ,
13
+ "yarn" : " >=0.21.3 " ,
14
14
"grunt" : " ^1.2.0"
15
15
},
16
16
"scripts" : {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nvm install
8
8
9
9
# clean out and install yarn
10
10
rm -rf ~ /.yarn
11
- curl -o- -L https://raw.githubusercontent. com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/ install-latest .sh | bash -s -- --version 0.17.9
11
+ curl -o- -L https://yarnpkg. com/install.sh | bash -s -- --version 0.21.3
12
12
export PATH=" $HOME /.yarn/bin:$PATH "
13
13
14
14
# Ensure that we have the local dependencies installed
You can’t perform that action at this time.
0 commit comments