1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2026-06-19 22:58:30 +02:00

Remove Go v1.8.x from Travis CI

This commit is contained in:
Joel Speed
2019-01-03 10:56:10 +00:00
parent 381e878574
commit 9096c70e96
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
language: go language: go
go: go:
- 1.8.x
- 1.9.x - 1.9.x
- 1.10.x - 1.10.x
install: install:
+1
View File
@@ -2,6 +2,7 @@
## Changes since v2.2: ## Changes since v2.2:
- Remove Go v1.8.x from Travis CI testing
- Add CODEOWNERS file - Add CODEOWNERS file
- Add CONTRIBUTING guide - Add CONTRIBUTING guide
- Add Issue and Pull Request templates - Add Issue and Pull Request templates