Skip to content

Commit

Permalink
Disable testing on tip (uber-go#375)
Browse files Browse the repository at this point in the history
Since we're in the "merge all the things" phase of the Go 1.9 development cycle,
we're running into some compiler errors on tip. Rather than having portions of
the build fail, let's stop testing on tip until we have 1.9 release candidates.
  • Loading branch information
akshayjshah authored Mar 14, 2017
1 parent 3312a2d commit c8c0a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
go:
- 1.7
- 1.8
- tip
go_import_path: go.uber.org/zap
env:
global:
Expand Down

0 comments on commit c8c0a55

Please sign in to comment.