Skip to content

Commit 1f7ea75

Browse files
committed
Added .travis.yml
1 parent 0885787 commit 1f7ea75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)