1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 17:50:09 +01:00
js-bigchaindb-driver/.travis.yml

15 lines
175 B
YAML
Raw Normal View History

2017-06-06 16:23:27 +02:00
language: node_js
node_js: node
install: npm install
script:
- npm run clean
- npm run build
cache:
directories:
- node_modules
notifications:
email: false