tornado-core/.travis.yml

15 lines
227 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
- npm run build:circuit
- npm run build:contract
- npm run test
- npm run eslint
script:
- npm run test
- npm run eslint