Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
0aa48690
Unverified
Commit
0aa48690
authored
Aug 19, 2020
by
Nikita Titov
Committed by
GitHub
Aug 19, 2020
Browse files
[ci] bump Xcode version at Travis (#3323)
* bump Xcode version at Travis * remove temp fix for gcc at Travis
parent
01c9ad5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.ci/setup.sh
.ci/setup.sh
+0
-3
.travis.yml
.travis.yml
+1
-1
No files found.
.ci/setup.sh
View file @
0aa48690
...
...
@@ -9,9 +9,6 @@ if [[ $OS_NAME == "macos" ]]; then
else
# gcc
if
[[
$TASK
!=
"mpi"
]]
;
then
brew
install
gcc
if
[[
$TRAVIS
==
"true"
]]
;
then
brew upgrade gcc
fi
fi
fi
if
[[
$TASK
==
"mpi"
]]
;
then
...
...
.travis.yml
View file @
0aa48690
...
...
@@ -10,7 +10,7 @@ os:
-
linux
-
osx
dist
:
bionic
osx_image
:
xcode1
1.5
osx_image
:
xcode1
2
env
:
global
:
# default values
...
...
Write
Preview
Markdown
is supported
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