Created travis config file

This commit is contained in:
Alejandro Celaya 2018-08-04 10:29:55 +02:00
parent f0d4660583
commit 3b6453e4ea
2 changed files with 20 additions and 1 deletions

19
.travis.yml Normal file
View file

@ -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

View file

@ -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)