Skip to content

Commit 7ba6f0b

Browse files
committed
fix(travis): fix script commands
1 parent cdf818f commit 7ba6f0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ node_js:
55
- 8
66
- stable
77

8-
scripts:
8+
before_install:
9+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
10+
- export PATH=$HOME/.yarn/bin:$PATH
11+
script:
912
- travis_retry yarn test
1013

11-
cache: yarn
14+
cache:
15+
yarn: true
1216

1317
env:
1418
global:

0 commit comments

Comments
 (0)