mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-06 11:25:46 +00:00
Updated .travis.yml and added .nvmrc
Added `sudo: false` to `.travis.yml` to enable project to be built on new Travis CI infrastructure. Moved `node_js` version in `.travis.yml` to use 'stable' so that we are always running against the latest version. Added a new `.nvmrc` so that when running tests locally we are all using the same version of Node.
This commit is contained in:
parent
cc5db8f974
commit
af40eb54ea
2 changed files with 3 additions and 1 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
5.3
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- "4.2.1"
|
||||
- "stable"
|
||||
|
|
|
|||
Loading…
Reference in a new issue