Skip to content

Commit 43eed3b

Browse files
committed
Add travis tests
1 parent e3cb658 commit 43eed3b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
3+
node_js:
4+
- 8
5+
6+
cache:
7+
yarn: true
8+
directories:
9+
- node_modules
10+
11+
install:
12+
- npm i yarn -g
13+
- yarn
14+
15+
script:
16+
- yarn test

0 commit comments

Comments
 (0)