build: Run Go 1.4 on travis
This commit is contained in:
parent
2bec1f323b
commit
da1528eeb8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go: 1.3
|
go: 1.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/tools/godep
|
- go get github.com/tools/godep
|
||||||
|
|
|
@ -32,7 +32,7 @@ use-cases).
|
||||||
|
|
||||||
## Building & Installing
|
## Building & Installing
|
||||||
|
|
||||||
Chihaya requires Go 1.3, [Godep], and a [Go environment] previously setup.
|
Chihaya requires Go 1.4, [Godep], and a [Go environment] previously setup.
|
||||||
|
|
||||||
[Godep]: https://github.com/tools/godep
|
[Godep]: https://github.com/tools/godep
|
||||||
[Go environment]: https://golang.org/doc/code.html
|
[Go environment]: https://golang.org/doc/code.html
|
||||||
|
|
Loading…
Reference in a new issue