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

Commit bfffd58b by Sascha Depold

don't require should + added travis on readme

1 parent 65c0a284
Showing with 9 additions and 7 deletions
...@@ -14,8 +14,8 @@ The Sequelize library provides easy access to a MySQL database by mapping databa ...@@ -14,8 +14,8 @@ The Sequelize library provides easy access to a MySQL database by mapping databa
## Documentation, Examples and Updates ## ## Documentation, Examples and Updates ##
You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com). You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com).
If you want to know about latest development and releases, follow me on [Twitter](http://twitter.com/sdepold). If you want to know about latest development and releases, follow me on [Twitter](http://twitter.com/sdepold).
Also make sure to take a look at the examples in the repository. The website will contain them soon, as well. For a (more or less) complete overview of changes in 1.0.0. take a look at [this blogpost](http://blog.depold.com/post/5936116582/changes-in-sequelize-1-0-0). Also make sure to take a look at the examples in the repository. The website will contain them soon, as well. For a (more or less) complete overview of changes in 1.0.0. take a look at [this blogpost](http://blog.depold.com/post/5936116582/changes-in-sequelize-1-0-0).
## Collaboration ## ## Collaboration ##
...@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug ...@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
## Tests ## ## 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/**/* node_modules/.bin/expresso -s test/**/*
\ No newline at end of file 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 @@ ...@@ -14,8 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"jasmine-node": "=1.0.12", "jasmine-node": "=1.0.12",
"expresso": "=0.9.2", "expresso": "=0.9.2"
"should": "=0.3.2"
}, },
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!