Skip to content

Commit

Permalink
travis uses npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellity committed Feb 14, 2013
1 parent 330c119 commit 86597af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js
node_js:
- 0.8
script: "node_modules/.bin/mocha-phantomjs http://localhost:8899/spec/index.html"
branches:
only:
- master
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -18,5 +18,9 @@
"grunt-mocha": "~0.2.x",
"grunt-dox": "*",
"mocha-phantomjs": ""
},
"scripts": {
"install": "./node_modules/bower/bin/bower install",
"test": "bower install; grunt build"
}
}

0 comments on commit 86597af

Please sign in to comment.