Browse Source

Takes away Go tip build which is failing for odd reasons.

This should cut down on build noise. When we get further with 1.6 we can reintroduce the tip build to help spot issues with the next version of Go.
pull/1740/head
James Phillips 9 years ago
parent
commit
aa5806a1df
  1. 1
      .travis.yml

1
.travis.yml

@ -2,7 +2,6 @@ language: go
go: go:
- 1.6 - 1.6
- tip
branches: branches:
only: only:

Loading…
Cancel
Save