Skip to content

Commit

Permalink
Stop using npm's "scripts" feature because it doesn't seem to work on…
Browse files Browse the repository at this point in the history
… Windows (tries to run the scripts in a regular cmd session instead of Git Bash)
  • Loading branch information
SteveSanderson committed Feb 27, 2013
1 parent 3823fc0 commit 27aa4bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
language: node_js

script:
- "build/build.sh"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ If you have [phantomjs](http://phantomjs.org/download.html) installed, then the

Or, if you want to run the specs in a browser (e.g., for debugging), simply open `spec/runner.html` in your browser.

Or, for Node.js developers using the npm package, you can run `npm test`.

##License

MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"license": "MIT",
"author": "The Knockout.js team",
"main": "build/output/knockout-latest.debug.js",
"scripts": {
"prepublish": "build/build.sh",
"test": "node spec/runner.node.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SteveSanderson/knockout.git"
Expand Down

0 comments on commit 27aa4bb

Please sign in to comment.