1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-30 05:32:00 +02:00
js-bigchaindb-driver/.travis.yml
2017-06-06 16:23:27 +02:00

15 lines
175 B
YAML

language: node_js
node_js: node
install: npm install
script:
- npm run clean
- npm run build
cache:
directories:
- node_modules
notifications:
email: false