tornado-core/.travis.yml

13 lines
206 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
script:
- npm run test
- npm run eslint