tornado-core/.travis.yml

16 lines
282 B
YAML

dist: trusty
language: node_js
node_js:
- "11"
install:
- npm ci
- cp .env.example .env
- travis_wait 30 npm run build:circuit
- npm run build:contract
- npx ganache-cli > /dev/null &
- npm run migrate:dev
script:
- npm run test
- npm run eslint
- ./cli.js auto