Skip to content

Commit

Permalink
Test on Go 1.5 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed Feb 20, 2016
1 parent f8b8644 commit 2b7938f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,7 +1,11 @@
language: go
go:
- 1.5
- 1.6
- tip
env:
global:
- GO15VENDOREXPERIMENT=1
cache:
directories:
- vendor
Expand Down
1 change: 1 addition & 0 deletions Makefile
@@ -1,3 +1,4 @@
export GO15VENDOREXPERIMENT=1

BENCH_FLAGS ?= -cpuprofile=cpu.pprof -memprofile=mem.pprof -benchmem
PACKAGES ?= $(shell glide novendor)
Expand Down

0 comments on commit 2b7938f

Please sign in to comment.