From 06ddab7902617187c2db7668e7c580d6fa1f1afe Mon Sep 17 00:00:00 2001 From: Chirag Pandit Date: Tue, 19 Feb 2019 12:34:43 +0530 Subject: [PATCH 1/2] Added travis.yml --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6656725 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: node_js +sudo: required +os: +- linux +- osx +node_js: +- '10' +- '8' +script: +# build +- npm install +- npm link +# test +- npm test From 4957559b7338f63993e16e959cad6bd232d1a15c Mon Sep 17 00:00:00 2001 From: Chirag Pandit Date: Tue, 19 Feb 2019 12:46:08 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10a81f2..bf942ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # HERE CLI +[![Build Status](https://travis-ci.org/cpandit201/here-cli.svg?branch=master)](https://travis-ci.org/cpandit201/here-cli) HERE CLI is a Node.js command-line interface to work with HERE APIs starting with [HERE XYZ Hub](https://www.here.xyz) APIs. Right now, it allows you to interact with HERE XYZ Hub to create and manage your Spaces, and easily upload and manage your datasets.