Skip to content

Commit

Permalink
Merge pull request #41 from eysteinbye/GruntConfig
Browse files Browse the repository at this point in the history
Resetting the grunt publish to Travis
  • Loading branch information
eysteinbye committed Mar 22, 2014
2 parents 20b186f + 6f462bf commit 730de7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- '0.10'
before_script:
#- npm install -g grunt-cli
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
Expand Down
24 changes: 0 additions & 24 deletions bootstrap.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ShowMe",
"private": true,
"scripts": {
"prepublish": "node -e \"require('grunt').tasks(['production']);\"",
"test": "node -e \"require('grunt').tasks(['test']);\""
"test": "grunt test",
"pretest" : "grunt production"
},
"devDependencies": {
"grunt": "^0.4.4",
Expand Down

0 comments on commit 730de7f

Please sign in to comment.