From 9a5d1ff6825f5e6f5f01200acc7eba884ddabd96 Mon Sep 17 00:00:00 2001 From: Jehiah Czebotar Date: Tue, 24 Dec 2019 21:50:54 -0500 Subject: [PATCH] update .travis.yml to Go 1.x --- .travis.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fde1cdb..4cdf2cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: go go: - - 1.9.x - - 1.10.x - - 1.11.x + - 1.x notifications: email: false sudo: false diff --git a/README.md b/README.md index 8df1f1c..8cfc74b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Resolve configuration values set via command line flags, config files, and default struct values. -[![Build Status](https://travis-ci.org/mreiferson/go-options.svg?branch=master)](https://travis-ci.org/mreiferson/go-options) [![GoDoc](https://godoc.org/github.com/mreiferson/go-options?status.svg)](https://godoc.org/github.com/mreiferson/go-options) +[![Build Status](https://secure.travis-ci.org/mreiferson/go-options.png?branch=master)](http://travis-ci.org/mreiferson/go-options) [![GoDoc](https://godoc.org/github.com/mreiferson/go-options?status.svg)](https://godoc.org/github.com/mreiferson/go-options) [![GitHub release](https://img.shields.io/github/release/mreiferson/go-options.svg)](https://github.com/mreiferson/go-options/releases/latest)