.travis.yml 236 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 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 env: - DB=mysql