Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit bcc4aad

Browse files
committed
chore: update travis config
1 parent a97ae9b commit bcc4aad

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- 6
54
- 8
6-
7-
before_install:
8-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
9-
- export PATH="$HOME/.yarn/bin:$PATH"
5+
- 10
106

117
notifications:
128
email: false
139

14-
cache:
15-
yarn: true
16-
directories:
17-
- "node_modules"
10+
cache: yarn

0 commit comments

Comments
 (0)