mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-22 14:05:56 +00:00
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.
4 lines
52 B
YAML
4 lines
52 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "stable"
|