diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-06-22 18:07:44 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2019-06-22 18:07:44 +0200 |
| commit | 2f358e66df977d696335816876fad7e759efcb8e (patch) | |
| tree | be58dff12f49403206702857f0489d8ff2b1d5f6 /.travis.yml | |
| parent | 24f919cccad600fcf32d86ec90edfeec21a372ab (diff) | |
| parent | 2d7a744527e469397a6dce6f27d60fac4382ee53 (diff) | |
| download | doxdocgen-2f358e66df977d696335816876fad7e759efcb8e.tar.gz | |
Merge remote-tracking branch 'origin/master' into indent-option
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e8d27fb..b46a0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: sudo: false - os: osx osx_image: xcode9.1 + allow_failures: + - os: linux # Currently linux tests seem broken stages: - lint |