Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Make jshint part of npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Apr 3, 2013
1 parent 29aa3ef commit 97d374e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ before_script:
- ./node_modules/.bin/cake bam

script:
- ./node_modules/.bin/jshint examples/create.js
- npm test

notifications:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"jshint": "0.9.x"
},
"scripts": {
"pretest": "./node_modules/.bin/jshint examples/create.js",
"test": "phantomjs test/qunit/run.js test/index.html"
}
}

0 comments on commit 97d374e

Please sign in to comment.