tornado-core/.travis.yml

16 lines
282 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-07-19 04:50:54 +02:00
- travis_wait 30 npm run build:circuit
2019-07-19 04:26:12 +02:00
- npm run build:contract
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-08-06 13:51:36 +02:00
- ./cli.js auto