Skip to content

Commit

Permalink
website: bump hugo (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
  • Loading branch information
greut committed Feb 27, 2019
1 parent b5c6885 commit 1340c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- tip

cache: apt
Expand All @@ -14,7 +15,7 @@ addons:
- rpm

env:
- GO111MODULE=on HUGO_VERSION=0.54 GOLANGCI_LINT_VERSION=1.14.0
- GO111MODULE=on HUGO_VERSION=0.54.0 GOLANGCI_LINT_VERSION=1.15.0

script:
- '[ "$(echo "$TRAVIS_GO_VERSION" | perl -pe "s/\\.[x\\d]+$//")" = "1.10" ] && go test -v ./... || go test -mod vendor -v ./...'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exoscale CLI

[![Build Status](https://travis-ci.org/exoscale/cli.svg?branch=master)](https://travis-ci.org/exoscale/cli) [![Go Report Card](https://goreportcard.com/badge/github.com/exoscale/cli)](https://goreportcard.com/report/github.com/exoscale/cli) [![Docker image](https://images.microbadger.com/badges/image/exoscale/cli.svg)](https://microbadger.com/images/exoscale/cli "Get your own image badge on microbadger.com")
[![Build Status](https://travis-ci.com/exoscale/cli.svg?branch=master)](https://travis-ci.com/exoscale/cli) [![Go Report Card](https://goreportcard.com/badge/github.com/exoscale/cli)](https://goreportcard.com/report/github.com/exoscale/cli) [![Docker image](https://images.microbadger.com/badges/image/exoscale/cli.svg)](https://microbadger.com/images/exoscale/cli "Get your own image badge on microbadger.com")

Manage easily your Exoscale infrastructure from the command-line with `exo`.

Expand Down

0 comments on commit 1340c2f

Please sign in to comment.