tornado-core/.travis.yml

15 lines
247 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-10-04 12:17:28 -04:00
- travis_wait 30 npm run build
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-10-04 12:27:19 -04:00
- ./cli.js test