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

Commit 0d55453

Browse files
committed
Add .travis.yml.
1 parent a1416c9 commit 0d55453

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- "8"
5+
- "10"
6+
script:
7+
- yarn test

0 commit comments

Comments
 (0)