Skip to content

Commit a69310d

Browse files
committed
Run travis tests using node 4.1
This is the latest version currently supported according to the travis docs. The version used here shouldn't actually affect the results of the tests, but we might as well use something more recent.
1 parent ae48c2c commit a69310d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "0.12"
3+
- "4.1"

0 commit comments

Comments
 (0)