changed to drone and gitea

pull/1/head
Arwed Mett 5 years ago
parent 68b810113e
commit c6e15c69e3
Signed by: Pfeifenjoy
GPG Key ID: 86943827297DA9FC
  1. 10
      .travis.yml
  2. 4
      README.md
  3. 2
      package.json

@ -1,10 +0,0 @@
language: node_js
node_js:
- "9.4.0"
script:
- npm install && npm test
branches:
only:
- master

@ -1,6 +1,6 @@
# homepage-frontend
[![Build Status](https://drone.metthub.de/api/badges/Pfeifenjoy/homepage-frontend/status.svg)](https://drone.metthub.de/Pfeifenjoy/homepage-frontend)
[![Build Status](https://travis-ci.org/Pfeifenjoy/homepage-frontend.svg?branch=master)](https://travis-ci.org/Pfeifenjoy/homepage-frontend)
# homepage-frontend
This is the frontend of my personal homepage.
You can visit the website under: [http://metthub.de](http://metthub.de)

@ -8,7 +8,7 @@
".flowconfig",
"flow"
],
"repository": "git@github.de:Pfeifenjoy/homepage-frontend",
"repository": "ssh://git@gitea.metthub.de:3001/Pfeifenjoy/homepage-frontend.git",
"directories": {
"test": "test"
},

Loading…
Cancel
Save