Add Go 1.4.2 to Travis config
authorbep <bjorn.erik.pedersen@gmail.com>
Sun, 24 May 2015 16:46:32 +0000 (18:46 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Sun, 24 May 2015 16:46:36 +0000 (18:46 +0200)
Go tip is at 1.5 now; make sure we also test with the latest release version.

.travis.yml

index 56ef27d3654bd6958d50a53f2bcc6390455f97a4..804ce39facdd667e241c32561bbd7a898314b09a 100644 (file)
@@ -1,6 +1,7 @@
 language: go\r
 go:\r
   - 1.3\r
+  - 1.4.2\r
   - tip\r
 script:\r
   - go test ./...\r