Let travis test against go-tip
authorAriejan de Vroom <ariejan@ariejan.net>
Wed, 10 Jun 2015 22:22:22 +0000 (00:22 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Thu, 11 Jun 2015 18:53:43 +0000 (20:53 +0200)
.travis.yml

index ccb94610e54b169b0f70a23a9bdde9ceaa56238a..cecc03b862e4ae6ad22261f5ac9efe93b8192377 100644 (file)
@@ -2,6 +2,10 @@ language: go
 go:\r
   - 1.3\r
   - 1.4.2\r
+  - tip\r
+matrix:\r
+  allow_failures:\r
+    - go: tip\r
 script:\r
   - go test ./...\r
   - go build\r