contracts/.travis.yml
Haythem Sellami eb4e06edf1 Contributor app tests (#143)
Adds tests for the contributor contract
2019-07-22 06:55:22 +00:00

32 lines
457 B
YAML

---
language: node_js
node_js:
- "lts/*"
sudo: false
dist: xenial
cache:
directories:
- node_modules
- apps/contribution/node_modules
- apps/contributor/node_modules
- apps/proposal/node_modules
- apps/token/node_modules
- apps/vault/node_modules
install:
- npm install
before_script:
- npm run devchain &
script:
- npm run lint:wrapper
- npm run lint:contract-tests
- npm run test
branches:
only:
- master