From e61dac6f30bc297c35aac89bcedafdc1c41431d2 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 24 Jan 2019 14:01:00 +0100 Subject: [PATCH] add travis --- .travis.yml | 13 +++++++++++++ README.md | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ffe219c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: node + +script: + - npm test + - npm run build + +notifications: + email: false + +cache: + directories: + - node_modules diff --git a/README.md b/README.md index 93e8bb4..5689529 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@

commons-marketplace

-> MArketplace front-end to explore, download, and publish open data sets. +> Marketplace front-end to explore, download, and publish open data sets. +[![Build Status](https://travis-ci.com/oceanprotocol/commons-marketplace.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/commons-marketplace) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-7b1173.svg?style=flat-square)](https://github.com/prettier/prettier) [![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) [![css bigchaindb](https://img.shields.io/badge/css-bigchaindb-39BA91.svg)](https://github.com/bigchaindb/stylelint-config-bigchaindb)