mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Makes macos/osx builds optional in Travis
This commit is contained in:
@@ -13,9 +13,6 @@ branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@@ -31,6 +28,9 @@ matrix:
|
||||
env: RUN_STATIC_CHECKS=1 SKIP_NOMAD_TESTS=1
|
||||
- os: osx
|
||||
osx_image: xcode9.1
|
||||
allow_failures:
|
||||
- os: osx
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user