From afda28b5da24ff7bd2dbb722dc3715a87bec0b7e Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 5 May 2016 23:09:51 +0900 Subject: test: allow travis-ci failure on tip travis-ci can't set up tip env for now. Let's accept the failure on tip and see if this failure is permanent or not. Signed-off-by: FUJITA Tomonori --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 452f0f33..71c638cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: allow_failures: - go: 1.3 - go: 1.4 + - go: tip exclude: - go: 1.3 env: SCENARIO=true -- cgit v1.2.3