From: Miro Metsänheimo Date: Sun, 13 Oct 2019 08:06:16 +0000 (+0300) Subject: Add travis yml X-Git-Tag: v0.0.1~45 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=b252d453202029d6cd348ed49291b51d504fd100;p=libnemo.git Add travis yml --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9360c53 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language : node_js +node_js : + - stable +install: + - npm install + - npm run build +script: + - npm run test diff --git a/README.md b/README.md index aa873ab..c938be7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ npm install nanocurrency-web ``` | WARNING: do not use any of the keys or addresses listed below to send real assets | | --- | + Wallet handling ``` import { wallet } from 'nanocurrency-web'