mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Created travis config file
This commit is contained in:
parent
f0d4660583
commit
3b6453e4ea
2 changed files with 20 additions and 1 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal 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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue