Make travis run the tests

rewrite-with-urlplugin
David Cormier 11 years ago
parent 9da4ece76d
commit b16e9536f0
  1. 4
      .travis.yml
  2. 2
      run_tests.sh

@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.10"
install: "npm -g install jshint"
script: "jshint js/*"
install: "npm install"
script: "sh -e run_tests.sh"
notifications:
email: false
irc:

@ -0,0 +1,2 @@
./node_modules/.bin/jshint js/*
npm test
Loading…
Cancel
Save