Skip to content

Commit 731818b

Browse files
committed
update travis config
1 parent 8e0e289 commit 731818b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
before_install:
2+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.2
3+
- export PATH=$HOME/.yarn/bin:$PATH
4+
5+
cache:
6+
yarn: true
7+
8+
git:
9+
depth: 10
10+
11+
language: node_js
12+
13+
node_js:
14+
- '8'
15+
- '10'
16+
- '12'
17+
- '14'
18+

0 commit comments

Comments
 (0)