Skip to content

Commit 7ea2180

Browse files
committed
chore(travis): adding basic travis.yml
1 parent d2c7c96 commit 7ea2180

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- "node"
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- make test

0 commit comments

Comments
 (0)