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
0a3d4de7
Commit
0a3d4de7
authored
Jun 09, 2018
by
Nikita Titov
Committed by
Guolin Ke
Jun 09, 2018
Browse files
[ci] simplified and speeded up Travis (#1429)
parent
2656b1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.travis/setup.sh
.travis/setup.sh
+2
-5
No files found.
.travis/setup.sh
View file @
0a3d4de7
...
...
@@ -11,11 +11,8 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
# brew link --overwrite gcc # Previous variant to deal with conflict link
wget
-O
conda.sh https://repo.continuum.io/miniconda/Miniconda
${
PYTHON_VERSION
:0:1
}
-latest-MacOSX-x86_64
.sh
else
if
[[
${
TASK
}
!=
"pylint"
]]
&&
[[
${
TASK
}
!=
"check-docs"
]]
;
then
sudo
add-apt-repository ppa:george-edison55/cmake-3.x
-y
sudo
apt-get update
-q
sudo
apt-get
install
-y
cmake
sudo
apt-get
install
-y
libopenmpi-dev openmpi-bin build-essential
if
[[
${
TASK
}
==
"mpi"
]]
;
then
sudo
apt-get
install
-y
libopenmpi-dev openmpi-bin
fi
wget
-O
conda.sh https://repo.continuum.io/miniconda/Miniconda
${
PYTHON_VERSION
:0:1
}
-latest-Linux-x86_64
.sh
fi
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