Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 445dc5d

Browse files
authored
Use node version 6.11.1 (#106)
* Update .travis.yml to use node version 6.11.1 * Add .nvmrc file * Just use latest 6 version in Travis
1 parent c72522e commit 445dc5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.11.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6.2.1"
3+
- "6"
44
cache:
55
directories:
66
- node_modules

0 commit comments

Comments
 (0)