mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 09:47:13 +01:00
travis
This commit is contained in:
parent
cd3564abe7
commit
0e784e1b24
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…
Reference in New Issue
Block a user