mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-31 23:35:20 +01:00
15 lines
250 B
YAML
15 lines
250 B
YAML
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- "11"
|
|
install:
|
|
- npm ci
|
|
- cp .env.example .env
|
|
- travis_wait 30 npm run build
|
|
- npx ganache-cli > /dev/null &
|
|
- npm run migrate:dev
|
|
script:
|
|
- npm run test
|
|
- npm run eslint
|
|
- node cli.js test
|