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

15 lines
170 B
YAML

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