diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-23 21:44:37 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-23 21:45:58 +0900 |
commit | ad3496c239b83d24b21bc4d8163c0891c1ab2219 (patch) | |
tree | 9f9f382bbc4ee998ab08d1fa0256e4b1dccf43e9 | |
parent | 30456e9ffd7508f96db90df2b035ad2e5cfeb904 (diff) |
test: allow travis-ci failure on go1.4
travis-ci can't set up go1.4 env for now. Let's accept the failure on
go1.4 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9b746971..452f0f33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ env: matrix: allow_failures: - go: 1.3 + - go: 1.4 exclude: - go: 1.3 env: SCENARIO=true |