tornado-core/.travis.yml

16 lines
282 B
YAML
Raw Normal View History

2019-07-19 02:26:12 +00:00
dist: trusty
language: node_js
node_js:
- "11"
install:
- npm ci
- cp .env.example .env
2019-07-19 02:50:54 +00:00
- travis_wait 30 npm run build:circuit
2019-07-19 02:26:12 +00:00
- npm run build:contract
2019-07-19 12:06:06 +00:00
- npx ganache-cli > /dev/null &
2019-07-19 06:12:08 +00:00
- npm run migrate:dev
2019-07-19 02:26:12 +00:00
script:
- npm run test
- npm run eslint
2019-08-06 11:51:36 +00:00
- ./cli.js auto