Skip to content

Commit

Permalink
Remove Travis configuration and add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jul 7, 2020
1 parent 03afbfc commit 19b65f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Run unit tests
name: CI build
on: push
jobs:
validate:
Expand Down
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
@@ -1,7 +1,8 @@
# Imbo
Imbo is an image "server" that can be used to add/get/delete images using a REST interface. There is also support for adding meta data to an image. The main idea behind Imbo is to have a place to store high quality original images and to use the REST interface to fetch variations of those images. Imbo will resize, rotate, crop (amongst other features) on the fly so you won't have to store all the different variations.

[![Current build Status](https://secure.travis-ci.org/imbo/imbo.png)](http://travis-ci.org/imbo/imbo)
[![CI build](https://github.com/imbo/imbo/workflows/CI%20build/badge.svg)](https://github.com/imbo/imbo/actions?query=workflow%3A%22CI+build%22)

Imbo is an image "server" that can be used to add/get/delete images using a REST interface. There is also support for adding meta data to an image. The main idea behind Imbo is to have a place to store high quality original images and to use the REST interface to fetch variations of those images. Imbo will resize, rotate, crop (amongst other features) on the fly so you won't have to store all the different variations.

## Installation / Configuration / Documentation
End-user docs can be found [here](http://docs.imbo-project.org/en/latest/).
Expand Down
42 changes: 0 additions & 42 deletions phpunit.xml.travis

This file was deleted.

0 comments on commit 19b65f6

Please sign in to comment.