Activate linting on travis
This commit is contained in:
parent
a9093c1c40
commit
f73ccedf42
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "11"
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
|
cache:
|
||||||
|
npm: true
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm config set spin false
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run lint:wrapper
|
||||||
|
- npm run lint:contracts
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- "master"
|
Loading…
x
Reference in New Issue
Block a user