Skip to content

Commit 9cd9a6a

Browse files
harlantwoodpheuter
authored andcommitted
travis builds against node 4,5,6 (#44)
1 parent 0233d9a commit 9cd9a6a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
sudo: false
12
language: node_js
23
node_js:
3-
- "4.1"
4+
- 4
5+
- 5
6+
- 6
7+
script:
8+
- npm test
9+
- npm run build
410
after_script:
511
- npm run coveralls
612
env:

0 commit comments

Comments
 (0)