contracts/.travis.yml

23 lines
243 B
YAML

---
language: node_js
node_js:
- "lts/*"
sudo: false
dist: xenial
install:
- npm install
before_script:
- npm run devchain
script:
- npm run lint:wrapper
- npm run lint:contract-tests
- npm test
branches:
only:
- master