Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bc3a1e

Browse files
authoredFeb 26, 2017
don't run travis on old node versions
The test suite uses some syntax that isn't supported in Node 5. Could change it but it doesn't seem like there is much of an advantage.
1 parent d05fd9d commit 3bc3a1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22

33
node_js:
44
- "node"
5-
- "6"
6-
- "5"
75

86
before_install:
97
- npm install -g npm
@@ -14,4 +12,4 @@ install:
1412
script:
1513
- make build
1614
- make spec
17-
- make lint
15+
- make lint

0 commit comments

Comments
 (0)
Please sign in to comment.