.travis.yml 199 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 before_script: - "mysql -e 'create database sequelize_test;'" - "npm install" script: - "node_modules/.bin/jasmine-node spec" - "expresso -s test/**/*" notifications: - sascha@depold.com