mirror of
https://codeberg.org/librarian/feeds
synced 2024-12-06 19:16:24 +01:00
Update .travis.yml with 1.8 as the minimum
This commit is contained in:
+4
-3
@@ -2,12 +2,13 @@ language: go
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.7
|
||||
- go: 1.8
|
||||
- go: 1.9
|
||||
- go: "1.10"
|
||||
- go: 1.x
|
||||
- go: master
|
||||
- go: tip
|
||||
allow_failures:
|
||||
- go: master
|
||||
- go: tip
|
||||
script:
|
||||
- go get -t -v ./...
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
|
||||
Reference in New Issue
Block a user