Skip to content

Commit 0812914

Browse files
committed
fix(travis): good bye yarn
1 parent d1a7ef5 commit 0812914

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,8 @@ node_js:
55
- 8
66
- stable
77

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-
install::
12-
- travis_retry yarn
138
test::
14-
- travis_retry yarn test
15-
16-
cache:
17-
yarn: true
9+
- travis_retry npm test
1810

1911
env:
2012
global:

0 commit comments

Comments
 (0)