Skip to content

Commit

Permalink
Update, support go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlock committed Mar 23, 2016
1 parent bbf26f1 commit 6bf19d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: go

env:
- GO15VENDOREXPERIMENT=0

go:
- 1.4.3
- 1.5.2
- 1.5.3
- 1.4.3
- 1.3.3
- 1.6

install:
- go get -u github.com/tools/godep
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DEFAULT_GOAL := build-all

export GO15VENDOREXPERIMENT=0

.PHONY: godep

GODEP :=
Expand Down

0 comments on commit 6bf19d9

Please sign in to comment.