mit-license/.travis.yml
Bennie Mosher af40eb54ea 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.
2015-12-21 11:37:38 -07:00

4 lines
52 B
YAML

language: node_js
sudo: false
node_js:
- "stable"