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

Commit e22d93ac by sdepold

removed expresso

1 parent 716edfe2
Showing with 1 additions and 3 deletions
...@@ -29,10 +29,8 @@ I'm glad to get pull request if any functionality is missing or something is bug ...@@ -29,10 +29,8 @@ I'm glad to get pull request if any functionality is missing or something is bug
## Tests ## ## Tests ##
In order to run the tests, just do ```npm install```, which will install expresso and jasmine. I am switching from In order to run the tests, just do ```npm install```, which will install jasmine. Please add tests to your pull requests. This is how you start the tests:
expresso to jasmine, so please add according tests to your pull requests. This is how you start the tests:
node_modules/.bin/expresso -s test/**/*
node_modules/.bin/jasmine-node spec/ 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) Current build status on travis-ci: [![Build Status](https://secure.travis-ci.org/sdepold/sequelize.png)](http://travis-ci.org/sdepold/sequelize)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!