Skip to content

Commit

Permalink
Removed tip from builds for now
Browse files Browse the repository at this point in the history
Tip builds are failing due to a `go get` error with Travis CI. This results in the README tag showing the build failing as the tag does not delineate between tip failures and release failures.
  • Loading branch information
elithrar committed Apr 11, 2015
1 parent 74459b2 commit 2744d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go
go:
- 1.2
- 1.3
- tip
- 1.4
install:
- go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v
- go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v
Expand Down

0 comments on commit 2744d8f

Please sign in to comment.