Skip to content

Commit

Permalink
Simpler .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Aug 11, 2011
1 parent 8c3f80d commit 6958172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
env:
before_script: "npm install coffee-script && npm run-script setup && npm build"
script: "npm test"
script: "npm install --dev && npm test"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"wscript"
],
"scripts": {
"build": "./node_modules/.bin/cake build",
"test": "./node_modules/.bin/cake test",
"setup": "./node_modules/.bin/cake setup"
"install": "node ./postinstall",
"preinstall": "node-waf clean || true; node-waf configure build",
"test": "./node_modules/.bin/cake test"
},
"engines": {
"node": ">= 0.4.0"
Expand Down

0 comments on commit 6958172

Please sign in to comment.