Activate linting on travis

This commit is contained in:
fsmanuel 2019-04-13 00:10:21 +02:00
parent a9093c1c40
commit f73ccedf42

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