add Travis

This commit is contained in:
Matthias Kretschmann 2017-06-06 16:23:27 +02:00
parent c676bf726a
commit 943c06f8aa
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 16 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: node_js
node_js: node
install: npm install
script:
- npm run clean
- npm run build
cache:
directories:
- node_modules
notifications:
email: false

View File

@ -10,6 +10,7 @@ Some naive helpers to get you on your way to making some transactions, if you'd
Aimed to support usage in browsers or node and ES∞+, so
you'll probably need a babel here and a bundler there (or use [one of the built versions](./dist)),
of which I expect you'll know quite well ([otherwise, go check out js-reactor](https://github.com/bigchaindb/js-reactor)).
[![Build Status](https://travis-ci.org/bigchaindb/js-bigchaindb-driver.svg?branch=master)](https://travis-ci.org/bigchaindb/js-bigchaindb-driver)
## Compatibility