Files
openzeppelin-contracts/.travis.yml
2017-06-11 12:50:26 +05:30

14 lines
180 B
YAML

dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- "6"
cache:
yarn: true
script:
- testrpc > /dev/null &
- truffle test
after_script:
- yarn run coveralls