mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Add travis-ci integration
Change-Id: I2c2966c2fde44ab7eccc20eed983153dc753a2f4
This commit is contained in:
parent
726461aa19
commit
769159249f
2 changed files with 7 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 13
|
||||
|
||||
cache: yarn
|
|
@ -1,3 +1,5 @@
|
|||
[![Build Status](https://travis-ci.org/Awesome-Technologies/synapse-admin.svg?branch=master)](https://travis-ci.org/Awesome-Technologies/synapse-admin)
|
||||
|
||||
# Synapse admin ui
|
||||
|
||||
This project is built using [react-admin](https://marmelab.com/react-admin/).
|
||||
|
|
Loading…
Reference in a new issue