不要怂,就是干,撸起袖子干!

Commit bfffd58b by Sascha Depold

don't require should + added travis on readme

1 parent 65c0a284
Showing with 7 additions and 5 deletions
......@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
## Tests ##
In order to run the tests, you need the expresso framework! When installed just run:
In order to run the tests, just do ```npm install```, which will install expresso and jasmine. I am switching from
expresso to jasmine, so please add according tests to your pull requests. This is how you start the tests:
expresso -s test/**/*
\ No newline at end of file
node_modules/.bin/expresso -s test/**/*
node_modules/.bin/jasmine-node spec/
Current build status on travis-ci: [![Build Status](https://secure.travis-ci.org/sdepold/sequelize.png)](http://travis-ci.org/sdepold/sequelize)
......@@ -14,8 +14,7 @@
},
"devDependencies": {
"jasmine-node": "=1.0.12",
"expresso": "=0.9.2",
"should": "=0.3.2"
"expresso": "=0.9.2"
},
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!