Skip to content

Commit 663cb8f

Browse files
committed
Add .travis.yml
1 parent 6267653 commit 663cb8f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: false
2+
os:
3+
- linux
4+
- osx
5+
language: node_js
6+
node_js:
7+
- node
8+
- '8'
9+
- '7'
10+
- '6'
11+
- '5'
12+
- '4'
13+
- '0.12'
14+
- '0.10'

0 commit comments

Comments
 (0)