diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-20 11:18:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-20 11:18:07 +0900 |
commit | b6e82b52477236bc02315192785fb9a84fecd865 (patch) | |
tree | ef200a0186d3b3f390a4c8d11473bbeb9c4180fd | |
parent | c5c7e97c216ad9c9172860305332e16c30679a11 (diff) |
test: allow travis-ci failure on go1.3
travis-ci can't set up go1.3 env for now. Let's accept the failure on
go1.3 and see if this failure is permanent or not.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0bbf4295..9b746971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ env: - SCENARIO=true matrix: + allow_failures: + - go: 1.3 exclude: - go: 1.3 env: SCENARIO=true |