Closed cheeaun closed 9 years ago
build failing... hmmm need to check https://travis-ci.org/webuildsg/osx/builds/64804635
$ npm install -g jshint
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/io.js/v2.2.0/bin/iojs" "/home/travis/.nvm/versions/io.js/v2.2.0/bin/npm" "install" "-g" "jshint"
npm ERR! node v2.2.0
npm ERR! npm v2.11.0
npm ERR! code ESSL
npm ERR! SSL Error: https://registry.npmjs.org/jshint does not support SSL
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/travis/build/webuildsg/osx/npm-debug.log
The command "npm install -g jshint" failed and exited with 1 during .
possible solution amend .travis.yml
from iojs
to iojs-v2.1.0
http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Choosing-Node-versions-to-test-against
Fixes #12 plus some small changes.