Skip to content

Commit 66ee8c4

Browse files
committed
Try to fix travis cmake.
1 parent 9b4b08f commit 66ee8c4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ addons:
1313
# we need a more recent cmake than travis/linux provides (at least 2.8.9):
1414
sources:
1515
- kubuntu-backports
16+
- kalakris-cmake
1617
packages:
1718
- cmake
1819
- python3
@@ -23,19 +24,6 @@ before_install:
2324
then
2425
echo "Building without python3, to make sure that works."
2526
fi
26-
- |
27-
if ( test "`uname -s`" = "Darwin" )
28-
then
29-
#cmake v2.8.12 is installed on the Mac workers now
30-
#brew update
31-
#brew install cmake
32-
echo
33-
else
34-
#install a newer cmake since at this time Travis only has version 2.8.7
35-
echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
36-
sudo apt-get update -qq
37-
sudo apt-get install cmake
38-
fi
3927
4028
script:
4129
- make

0 commit comments

Comments
 (0)