Skip to content

Commit 453e5f9

Browse files
matteofigusmattiaerre
authored andcommitted
Add travis CI (#4)
1 parent ebfb172 commit 453e5f9

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+
3+
matrix:
4+
include:
5+
- node_js: "6"
6+
- node_js: "7"
7+
8+
notifications:
9+
email: false

0 commit comments

Comments
 (0)