summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-05-24 18:46:32 +0200
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-24 18:46:36 +0200
commitbef34597f475762737ea506197c6f249457c18a6 (patch)
tree716aa7dbba1f94a1b3c8d4fcf8ce76e4a50624a7 /.travis.yml
parent4c850b6921ae8663b4e7bc1d3ff46bfafeacc087 (diff)
Add Go 1.4.2 to Travis config
Go tip is at 1.5 now; make sure we also test with the latest release version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 56ef27d36..804ce39fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: go
go:
- 1.3
+ - 1.4.2
- tip
script:
- go test ./...