mirror of https://github.com/nocodb/nocodb
“pranavxc”
4 years ago
2 changed files with 2 additions and 18 deletions
@ -1,16 +0,0 @@ |
|||||||
language: node_js |
|
||||||
node_js: |
|
||||||
- '7.6.0' |
|
||||||
- '8' |
|
||||||
- '10' |
|
||||||
- '12' |
|
||||||
- 'node' |
|
||||||
services: |
|
||||||
- mysql |
|
||||||
install: |
|
||||||
- npm install |
|
||||||
before_install: |
|
||||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS classicmodels;' |
|
||||||
- mysql -u root --default-character-set=utf8 classicmodels < tests/sample.sql |
|
||||||
script: |
|
||||||
- npm test |
|
Loading…
Reference in new issue