commit | 469394da1e8a1aeb84f9d23987b0ef7ef3a0e8c1 | [log] [tgz] |
---|---|---|
author | Pratik Mallya <pratik.mallya@gmail.com> | Mon Sep 21 14:09:40 2015 -0500 |
committer | Pratik Mallya <pratik.mallya@gmail.com> | Tue Sep 22 13:35:13 2015 -0500 |
tree | 6a88b99a73f121330e6ffb9e4d0ae559fd820e16 | |
parent | f7fdc2f64f5542632dbbd292caf8763db5237588 [diff] |
Update .travis to use v1.5 for go
diff --git a/.travis.yml b/.travis.yml index 0882a56..bd9e4c6 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -2,10 +2,10 @@ install: - go get -v -tags 'fixtures acceptance' ./... go: - - 1.1 - 1.2 - 1.3 - 1.4 + - 1.5 - tip script: script/cibuild after_success: