OSDN Git Service

Allow failure on the tip version of golang (#97)
authorLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Thu, 9 Nov 2017 08:41:45 +0000 (16:41 +0800)
committerGuanghua Guo <1536310027@qq.com>
Thu, 9 Nov 2017 08:41:45 +0000 (16:41 +0800)
.travis.yml

index dc10f69..3da7249 100644 (file)
@@ -2,10 +2,13 @@ language: go
 dist: trusty
 sudo: false
 
-go:
-    - 1.8.3
-    - 1.9
-    - tip
+matrix:
+  include:
+    - go: 1.8.3
+    - go: 1.9
+    - go: tip
+  allow_failures:
+    - go: tip
 
 branches:
     only: