]> zoso.dev Git - libnemo.git/commitdiff
Add travis yml
authorMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:06:16 +0000 (11:06 +0300)
committerMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:06:16 +0000 (11:06 +0300)
.travis.yml [new file with mode: 0644]
README.md

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..9360c53
--- /dev/null
@@ -0,0 +1,8 @@
+language : node_js
+node_js :
+ - stable
+install:
+ - npm install
+ - npm run build
+script:
+ - npm run test
index aa873ab9213c4f333dd90581d350e4256f287313..c938be73463981f61d001a5132072404dcb4062a 100644 (file)
--- 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'