diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-30 23:55:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-30 23:55:53 +0200 |
commit | d93749b178d3a96f18e7d6df4856b32d0c84382c (patch) | |
tree | cd1de7a445c38000745170a0f2543a8855f40da1 | |
parent | 880a5255663081db4289b50595411a99bebaca85 (diff) | |
download | Nim-d93749b178d3a96f18e7d6df4856b32d0c84382c.tar.gz |
allow OSX tests to fail because of travis bugs
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ad1c13360..b46d7c830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ os: - osx dist: trusty + +matrix: + allow_failures: + - os: osx + addons: apt: packages: |