Files
openzeppelin-contracts/.travis.yml
2017-06-30 17:40:34 -03:00

13 lines
151 B
YAML

dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- "6"
cache:
yarn: true
script:
- yarn test
after_script:
- yarn run coveralls