Skip to content

Commit

Permalink
Golang messed with govet again, make travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidgecka committed Oct 13, 2015
1 parent 3e5a148 commit 3a30169
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ matrix:
- go: 1.1
env: SRC=""
- go: 1.2
env: SRC="code.google.com/p/go.tools/cmd"
env: SRC=""
- go: 1.3
env: SRC="code.google.com/p/go.tools/cmd"
env: SRC=""
- go: 1.4
env: SRC="golang.org/x/tools/cmd"
- go: 1.5
env: SRC="golang.org/x/tools/cmd"
- go: tip
env: SRC="golang.org/x/tools/cmd"

Expand Down

0 comments on commit 3a30169

Please sign in to comment.