Skip to content

Commit a4a6272

Browse files
committed
Configure Travis CI to run on more recent Node.js
1 parent 70f6e6f commit a4a6272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
language: node_js
33
node_js:
4-
- '0.12'
54
- '4'
65
- '5'
6+
- '6'
7+
- node
78
sudo: false
89
script:
910
- npm test

0 commit comments

Comments
 (0)