UNPKG

sequelize-automate

Version:

Automatically generate bare sequelize models from your database.

39 lines (28 loc) 575 B
language: node_js node_js: - "10" sudo: false cache: directories: - node_modules addons: postgresql: "9.4" before_script: - "npm install -g mysql" - "npm install -g sqlite3" - "npm install -g pg pg-hstore" - "mysql -e 'create database sequelize_auto_test;'" - "psql -c 'create database sequelize_auto_test;' -U postgres" script: - "npm run test" branches: only: - master - /^greenkeeper/.*$/ notifications: email: - me@danieldurante.com env: - DB=mysql DIALECT=mysql - DB=mysql DIALECT=postgres - DB=mysql DIALECT=sqlite