mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
force travis to use go 1.10.x
This commit is contained in:
parent
f408d0f37b
commit
444bebc40d
@ -1,5 +1,8 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
|
||||
install: make deps
|
||||
|
||||
script:
|
||||
@ -7,4 +10,3 @@ script:
|
||||
- tar -xzf goreleaser_Linux_x86_64.tar.gz -C $GOPATH/bin
|
||||
- make
|
||||
- make test
|
||||
- ./.check-gofmt.sh
|
||||
|
Loading…
Reference in New Issue
Block a user