Skip to content

Commit

Permalink
moving grunt-cli from package.json to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 7, 2013
1 parent 579810d commit 9ffda82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,3 +6,4 @@ node_js:
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "npm install -g grunt-cli"
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,6 @@
"version": "0.8.10",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-replace": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.0",
Expand Down

0 comments on commit 9ffda82

Please sign in to comment.