mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-08 21:01:01 +10:00
Fix Travis by upgrading to Go 1.6 (which includes cover)
This commit is contained in:
+1
-2
@@ -2,14 +2,13 @@ sudo: false
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.3.1
|
||||
- 1.6
|
||||
|
||||
env:
|
||||
global:
|
||||
- PATH=$HOME/gopath/bin:$PATH
|
||||
|
||||
before_install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get github.com/tools/godep
|
||||
- godep restore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user