.travis.yml 261 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 before_script: - "mysql -e 'create database sequelize_test;'" - "psql -c 'create database sequelize_test;' -U postgres" script: - "npm test" notifications: email: - sascha@depold.com env: - DB=mysql language: node_js node_js: - 0.6 - 0.8