Skip to content

Commit

Permalink
travis: Remove tip as build target
Browse files Browse the repository at this point in the history
gofmt seems to have changed behavior at the latest tip (see version info
below), which is failing the format check for tls.go file. Disabling it
in travis for now.

```
$ go version
go version devel +5d4267e480
```
  • Loading branch information
aaithal committed Apr 24, 2018
1 parent ee88dab commit f5888d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
sudo: required
go:
- 1.9.x
- 1.10.x
- tip
os:
- linux
- osx
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ clone_folder: c:\gopath\src\github.com\fsouza\go-dockerclient
environment:
GOPATH: c:\gopath
matrix:
- GOVERSION: 1.9.5
- GOVERSION: 1.10.1
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
Expand Down

0 comments on commit f5888d0

Please sign in to comment.