Skip to content

Commit 2431c4e

Browse files
committed
add travis config
1 parent 7c595e5 commit 2431c4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- '4'
5+
- '6'
6+
- '8'
7+
branches:
8+
only:
9+
- master
10+
notifications:
11+
email:
12+

0 commit comments

Comments
 (0)