contracts/.travis.yml

23 lines
236 B
YAML

---
language: node_js
node_js:
- "11"
sudo: false
dist: xenial
cache:
npm: true
install:
- npm install
script:
- npm run lint:wrapper
- npm run lint:contract-tests
# - yarn lint:contracts
branches:
only:
- master