summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-08-25 15:18:53 -0400
committerspf13 <steve.francia@gmail.com>2014-08-25 15:18:53 -0400
commit1143a8fa49abe10975f286c6aa7fb2f74a3bced6 (patch)
treeb2aa879eb680ea1ae726627c5654d1cb2790eca0 /.travis.yml
parent294222ac7445ae3271997df1abaf2caf6277d13e (diff)
Bumping Travis to test Go 1.2 & tip (1.3)
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 4564573ac..c00c98db7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: go
go:
- - 1.1
+ - 1.2
- tip
script:
- go test ./...