From 3b6453e4ea6cf52d79972770b2c877da9e48498a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 4 Aug 2018 10:29:55 +0200 Subject: [PATCH] Created travis config file --- .travis.yml | 19 +++++++++++++++++++ README.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e5689640 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: node_js + +node_js: + - "stable" + +cache: + yarn: true + directories: + - node_modules + +install: + - yarn install + +script: + # - yarn inspect + - yarn test + - yarn build # Make sure the app can be built without errors + +sudo: false diff --git a/README.md b/README.md index 301ff129..a23d1eea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # shlink-web-client -[![Build Status](https://travis-ci.org/shlinkio/shlink-web-client.svg?branch=develop)](https://travis-ci.org/shlinkio/shlink-web-client) +[![Build Status](https://travis-ci.org/shlinkio/shlink-web-client.svg?branch=master)](https://travis-ci.org/shlinkio/shlink-web-client) A React-based client application for [Shlink](https://shlink.io)