diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-05 23:09:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-05 23:29:43 +0900 |
commit | afda28b5da24ff7bd2dbb722dc3715a87bec0b7e (patch) | |
tree | efe9707fb5a7d9dfd9e2d971dc8fc715a6ffa837 /.travis.yml | |
parent | 9c8dca5b697a49611fd780204abf77947fe16f12 (diff) |
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 <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |