mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-09 01:35:12 -04:00
travis fix timeout
This commit is contained in:
parent
0e784e1b24
commit
dbbd97f98b
2 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@ node_js:
|
||||||
install:
|
install:
|
||||||
- npm ci
|
- npm ci
|
||||||
- cp .env.example .env
|
- cp .env.example .env
|
||||||
- npm run build:circuit
|
- travis_wait 30 npm run build:circuit
|
||||||
- npm run build:contract
|
- npm run build:contract
|
||||||
- npm run test
|
|
||||||
- npm run eslint
|
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- npm run test
|
||||||
- npm run eslint
|
- npm run eslint
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Tornado mixer
|
# Tornado mixer [](https://travis-ci.org/peppersec/tornado-mixer)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue