This commit is contained in:
poma 2019-07-19 05:26:12 +03:00
parent cd3564abe7
commit 0e784e1b24
No known key found for this signature in database
GPG Key ID: 530BBEE4AE8C3604

14
.travis.yml Normal file
View 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