Skip to content

Commit

Permalink
Install grunt and bower before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abluchet committed May 16, 2014
1 parent bbb52ac commit 0ef8947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.10
before_script: "bower install && grunt"
before_script: "npm i -g bower && npm i -g grunt-cli && bower install && grunt"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
"test": "./node_modules/karma/bin/karma start"
},
"repository": "",
"author": "chinmaymk",
Expand Down

0 comments on commit 0ef8947

Please sign in to comment.