Skip to content

Commit 6bf19d9

Browse files
committed
Update, support go 1.6
1 parent bbf26f1 commit 6bf19d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: go
22

3+
env:
4+
- GO15VENDOREXPERIMENT=0
5+
36
go:
4-
- 1.4.3
5-
- 1.5.2
67
- 1.5.3
8+
- 1.4.3
9+
- 1.3.3
10+
- 1.6
711

812
install:
913
- go get -u github.com/tools/godep

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.DEFAULT_GOAL := build-all
22

3+
export GO15VENDOREXPERIMENT=0
4+
35
.PHONY: godep
46

57
GODEP :=

0 commit comments

Comments
 (0)