updating to go 1.6 (#1549)

This commit is contained in:
Mike Gray
2016-05-19 13:55:55 -04:00
parent f653a20511
commit b911e7bc08
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
language: go
go:
- 1.5
- 1.6
before_install:
- npm version
- nvm install stable
@@ -22,7 +22,6 @@ before_script:
- popd
script:
- export GODEBUG=invalidptr=0
- export GO15VENDOREXPERIMENT=1
- go test `go list ./... | grep -v vendor`
notifications:
email:

View File

@@ -15,7 +15,6 @@ This repository contains two reference implementations of the noms protocol - on
# Set environment variables
* Ensure [`$GOPATH` is set correctly](https://golang.org/doc/code.html#GOPATH)
* Set `GO15VENDOREXPERIMENT=1` in your environment - all our code requires this
# Get the code