Skip to content

Commit

Permalink
try to use grunt for testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimoblood committed Dec 9, 2012
1 parent 5f1021e commit 4196f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_script:
- sleep 5

script:
- "npm test"
- "grunt buster"

language: node_js

Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -17,9 +17,6 @@
"grunt": "0.3.15",
"grunt-buster": "~0.1.2"
},
"scripts": {
"test": "node_modules/.bin/buster-test"
},
"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit 4196f41

Please sign in to comment.