Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5675c6f

Browse files
committedAug 27, 2016
Update travis Node version
add `.nvrmc` for two reasons: - travis uses `nvm` by default to manage node versions. - It will make it easy for contributers who use `nvm` to use the proper node version locally too.
1 parent a36cd79 commit 5675c6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.3.0

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: node_js
33
env: TEST_SUITE=unit
4-
node_js:
5-
- "5.6.0"
64
cache:
75
directories:
86
- node_modules

0 commit comments

Comments
 (0)
This repository has been archived.