summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-05-11 12:52:43 -0400
committerAllen Winter <allen.winter@kdab.com>2019-05-11 12:52:43 -0400
commit0124ccfc7dd8bea73ca5f98af46ce28f4972c439 (patch)
treea70acd853b0ed6bc48f8b642042ae7f5d93fe916 /scripts
parent7f017d07cd88b65b9d894078e32ff7f1ef08baeb (diff)
downloadlibical-git-0124ccfc7dd8bea73ca5f98af46ce28f4972c439.tar.gz
set travis to use a more modern ubuntu (xenial)
trusty is getting too old
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-travis.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/setup-travis.sh b/scripts/setup-travis.sh
index f0662444..315ee3b2 100755
--- a/scripts/setup-travis.sh
+++ b/scripts/setup-travis.sh
@@ -3,16 +3,12 @@
# things to do for travis-ci in the before_install section
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
- brew install cmake
brew install libxml2
brew install icu4c
brew install db
brew install gobject-introspection
brew install gtk-doc
else
- # Install a supported cmake version (>= 3.11.0)
- wget -O cmake.sh https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
sudo apt-get update -qq
sudo apt-get install libicu-dev
sudo apt-get install libdb-dev