Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit 932c55a

Browse files
committed
Add .travis.yml
1 parent 52413fe commit 932c55a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "4"
4+
- "6"
5+
- "node"
6+
cache:
7+
yarn: true
8+
directories:
9+
- node_modules

0 commit comments

Comments
 (0)