mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
16 lines
282 B
YAML
16 lines
282 B
YAML
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- "11"
|
|
install:
|
|
- npm ci
|
|
- cp .env.example .env
|
|
- travis_wait 30 npm run build:circuit
|
|
- npm run build:contract
|
|
- npx ganache-cli > /dev/null &
|
|
- npm run migrate:dev
|
|
script:
|
|
- npm run test
|
|
- npm run eslint
|
|
- ./cli.js auto
|