Update README badges and Travis

pull/3/head
Toni Melisma 4 years ago
parent 25dbb4d0b4
commit a82f0cba2f

@ -1,23 +1,32 @@
language: go
go:
- 1.15.2
- 1.15
env:
- CGO_CFLAGS_ALLOW="-Xpreprocessor"
addons:
apt:
packages:
- libvips-dev
homebrew:
packages:
- vips
- pkg-config
jobs:
matrix:
include:
- os: osx
osx_image: xcode12.2
- os: osx
osx_image: xcode11.3
- os: linux
dist: bionic
- os: linux
dist: focal
- os: osx
osx_image: xcode12.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:tonimelisma/ppa; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -y install libvips-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install vips; fi
- go get github.com/mattn/goveralls
script:
- make deps
- make test
- $GOPATH/bin/goveralls -service=travis-ci

@ -1,9 +1,6 @@
# fastgallery - Static photo gallery generator
[![Build Status](https://travis-ci.com/tonimelisma/fastgallery.svg?branch=master)](https://travis-ci.com/tonimelisma/fastgallery)
Creates a static gallery of your photo and video library.
# fastgallery [![Build Status](https://travis-ci.org/tonimelisma/fastgallery.svg?branch=master)](https://travis-ci.org/tonimelisma/fastgallery) [![Go Report Card](http://goreportcard.com/badge/tonimelisma/fastgallery)](http://goreportcard.com/report/tonimelisma/fastgallery) [![Coverage Status](https://coveralls.io/repos/github/tonimelisma/fastgallery/badge.svg?branch=master)](https://coveralls.io/github/tonimelisma/fastgallery?branch=master) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tonimelisma/fastgallery) ![License](https://img.shields.io/badge/license-MIT-blue.svg)
## Fast static photo and video gallery generator
- Super fast (written in Go and C, concurrent, uses fastest image/video libraries, 4-8 times faster than others)
- Both photo and video support
- Deals with any file formats (ncluding HEIC, HEVC)

Loading…
Cancel
Save