Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
edbcea06
Commit
edbcea06
authored
7 years ago
by
Michael Lange
Browse files
Options
Download
Email Patches
Plain Diff
Makes macos/osx builds optional in Travis
parent
b612f7a3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+3
-3
.travis.yml
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+
3
-
3
View file @
edbcea06
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help