tornado-core/.travis.yml

16 lines
282 B
YAML
Raw Normal View History

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