Skip to content

Commit

Permalink
Travis-CI mitigate dotnet job timeout on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 6, 2018
1 parent c1962fa commit 68a6cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ matrix:
language: cpp
compiler: clang
env: BUILDER=cmake DISTRO=native
# Jobs too long
allow_failures:
- os: osx
osx_image: xode9.4
language: cpp
compiler: clang
env: BUILDER=make DISTRO=native LANGUAGE=dotnet

install:
- ./.travis/install.sh
Expand Down

0 comments on commit 68a6cc9

Please sign in to comment.