Skip to content

Commit 99133b0

Browse files
committed
Explicit Node versions in Travis build matrix
This communicates more clearly for which versions of Node.js the tests have run. 8 is not listed because tests are failing due to the nock HTTP mocking library being incompatible with Node v8.
1 parent ded44cb commit 99133b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3-
- node
43
- 0.10
4+
- 4
5+
- 6
6+
- 7
57
script:
68
- npm run lint
79
- npm run test

0 commit comments

Comments
 (0)