mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 03:23:49 +00:00
Created travis config file
This commit is contained in:
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
|
# shlink-web-client
|
||||||
|
|
||||||
[](https://travis-ci.org/shlinkio/shlink-web-client)
|
[](https://travis-ci.org/shlinkio/shlink-web-client)
|
||||||
|
|
||||||
A React-based client application for [Shlink](https://shlink.io)
|
A React-based client application for [Shlink](https://shlink.io)
|
||||||
|
|||||||
Reference in New Issue
Block a user