Skip to content

Commit

Permalink
rely on npm to perform the js build+test
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Feb 20, 2013
1 parent 4f4f48a commit 3ee92d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{"name": "Marcel Jackwerth"}
],
"scripts": {
"test": "grunt travis --verbose",
"test": "grunt travis --verbose --no-color",
"start": "echo \"Error: nothing to start\" && exit 1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
pushd `pwd`
cd ..
npm update
grunt travis -v -no-color 2>&1 | scripts/grunt_jasmine_test2junit.py
npm test 2>&1 | scripts/grunt_jasmine_test2junit.py
popd

0 comments on commit 3ee92d9

Please sign in to comment.