Add linter and travis.yml #97

Merged
fsmanuel merged 14 commits from chore/linter into master 2019-04-24 18:28:33 +00:00
Showing only changes of commit f73ccedf42 - Show all commits

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"