Browse Source

Starts switch to Go 1.6.

pull/1735/head
James Phillips 9 years ago
parent
commit
a8f8d63460
  1. 1
      .travis.yml
  2. 2
      Vagrantfile

1
.travis.yml

@ -1,6 +1,7 @@
language: go
go:
- 1.6
- tip
branches:

2
Vagrantfile vendored

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = '2'
@script = <<SCRIPT
GOVERSION="1.5.3"
GOVERSION="1.6"
SRCROOT="/opt/go"
SRCPATH="/opt/gopath"

Loading…
Cancel
Save