summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-12-30 14:58:48 -0500
committerspf13 <steve.francia@gmail.com>2014-12-30 14:58:48 -0500
commitfb1b795d59b3c6d5d74df3a69b4026574b6dd5fa (patch)
tree2f6faaa44d6b776df17bd9f4d5e7bad7b9ade361 /.travis.yml
parentd3c36761612c6f6009c3b5d30feabae38237d758 (diff)
Bumping Travis to test go 1.3 & 1.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c00c98db7..56ef27d36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: go
go:
- - 1.2
+ - 1.3
- tip
script:
- go test ./...