tornado-core/.travis.yml

15 lines
247 B
YAML
Raw Normal View History

2019-07-19 04:26:12 +02:00
dist: trusty
language: node_js
node_js:
- "11"
install:
- npm ci
- cp .env.example .env
2019-10-04 18:17:28 +02:00
- travis_wait 30 npm run build
2019-07-19 14:06:06 +02:00
- npx ganache-cli > /dev/null &
2019-07-19 08:12:08 +02:00
- npm run migrate:dev
2019-07-19 04:26:12 +02:00
script:
- npm run test
- npm run eslint
2019-10-04 18:27:19 +02:00
- ./cli.js test