Skip to content

Commit eb7073f

Browse files
authored
add travis.yml
1 parent 7dc9b09 commit eb7073f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "4"
5+
- "5"
6+
- "6"
7+
- "7"
8+
- "8"
9+
matrix:
10+
include:
11+
- node_js: "7"
12+
env: TEST_SUITE=standard
13+
env:
14+
- TEST_SUITE=unit
15+
script: npm run-script $TEST_SUITE

0 commit comments

Comments
 (0)