mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-01 11:26:05 -04:00
travis
This commit is contained in:
parent
cd3564abe7
commit
0e784e1b24
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue