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

.travis.yml 217 Bytes
before_script:
  - "mysql -e 'create database sequelize_test;'"
  - "npm install"

script:
  - "node_modules/.bin/jasmine-node spec"
  - "node_modules/.bin/expresso -s test/**/*"

notifications:
  - sascha@depold.com