Skip to content

Commit

Permalink
update .travis.yml for go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Sep 21, 2018
1 parent f6a3ac7 commit 9063ab6
Show file tree
Hide file tree
Showing 166 changed files with 171,249 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

httpstat
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.10.x
- master
- 1.11.x

os:
- linux
Expand All @@ -12,9 +12,12 @@ sudo: false

install: true

env:
- GO111MODULE=on

script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test
- go build
- go test
- ./httpstat https://dave.cheney.net/
- ./httpstat https://dave.cheney.net:443/
- ./httpstat -X POST -d 'post' https://httpbin.org/post
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/fatih/color/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions vendor/github.com/fatih/color/Gopkg.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/golang.org/x/net/html/testdata/go/template.dat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9063ab6

Please sign in to comment.