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)