1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-28 00:27:44 +02: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