Skip to content

Commit

Permalink
test go 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Seidl committed Oct 19, 2017
1 parent e06934d commit b0f7555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ TEST_PATTERN?=.
TEST_OPTIONS?=
DEP?=$$(which dep)

GO15VENDOREXPERIMENT=1
export GO15VENDOREXPERIMENT

ifeq ($(OS),Windows_NT)
DEP_VERS=dep-windows-amd64
else
Expand Down

0 comments on commit b0f7555

Please sign in to comment.