Skip to content

Commit ec4a5ec

Browse files
committed
chore: upgrade yarn
1 parent 7002b8c commit ec4a5ec

File tree

2 files changed

+1408
-88
lines changed

2 files changed

+1408
-88
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ language: node_js
66
cache: yarn
77

88
node_js:
9-
- '10'
10-
- '8'
11-
- '6'
9+
- "10"
10+
- "8"
11+
- "6"
1212

1313
before_install:
14-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
14+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
1515
- export PATH=$HOME/.yarn/bin:$PATH
1616

1717
before_script:
@@ -34,10 +34,10 @@ stages:
3434
jobs:
3535
include:
3636
- stage: lint
37-
node_js: '10'
37+
node_js: "10"
3838
script: yarn lint
3939
- stage: publish
40-
node_js: '10'
40+
node_js: "10"
4141
script: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
4242
deploy:
4343
provider: script

0 commit comments

Comments
 (0)