diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-12 23:45:11 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-13 00:15:36 -0700 |
commit | 11969f468543e881d7a4c758bb8f7af5797793b5 (patch) | |
tree | 22da7699b937c8cde9c435a16e78fdc379d5869c | |
parent | c8ad82704cf58a0f06406ceb785e2ba952081c6a (diff) |
travis: allow failure of MacOS
It doesn't work too often.
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 343c8613..8eb5d029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ env: matrix: allow_failures: - go: tip + - go: 1.7 + os: osx include: - go: 1.5 before_install: true |