Skip to content

Commit

Permalink
travis once again
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimoblood committed Dec 10, 2012
1 parent 7922e74 commit c18d2b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,6 +1,3 @@
before_script:
- sudo npm install -g grunt

script:
- grunt buster --verbose --force

Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -5,9 +5,8 @@
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"buster": "~0.6.0"
},
"scripts": {
"test": "node_modules/.bin/buster-test"
"buster": "~0.6.0",
"grunt": "0.3.15",
"grunt-buster": "~0.1.2"
}
}

0 comments on commit c18d2b1

Please sign in to comment.