Fix Travis Build (#1076)

* Drop support for node 6

* Add build badge

* Remove `compile` command, no longer used
This commit is contained in:
Keefer Taylor
2019-11-06 19:44:57 -05:00
committed by Elliot Lee
parent b648387a57
commit 5c84eed292
2 changed files with 1 additions and 2 deletions

View File

@@ -1,11 +1,9 @@
language: node_js
node_js:
- 6
- 8
- 10
- 11
script:
- yarn compile
- yarn test
- yarn build
- yarn lint

View File

@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/ripple/ripple-lib.svg?branch=master)](https://travis-ci.org/ripple/ripple-lib)
# ripple-lib
A JavaScript API for interacting with the XRP Ledger