Skip to content

Commit ad9ff7f

Browse files
committed
travis: Support recent versions and remove legacy testing
This removes the horribly old 1.5x and replaces it with golang 1.7 which is apparently still used somewhere. It also adds tests for the most recent version: 1.11. Please upgrade or use older releases.
1 parent c6f51f8 commit ad9ff7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ services:
55

66
language: go
77
go:
8-
- "1.5.x"
8+
- "1.7.x"
99
- "1.10.x"
10+
- "1.11.x"
1011
go_import_path: github.com/coreos/go-systemd
1112

1213
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/coreos/go-systemd.png?branch=master)](https://travis-ci.org/coreos/go-systemd)
44
[![godoc](https://godoc.org/github.com/coreos/go-systemd?status.svg)](http://godoc.org/github.com/coreos/go-systemd)
5-
![minimum golang 1.5](https://img.shields.io/badge/golang-1.5%2B-orange.svg)
5+
![minimum golang 1.7](https://img.shields.io/badge/golang-1.7%2B-orange.svg)
66

77

88
Go bindings to systemd. The project has several packages:

0 commit comments

Comments
 (0)