summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c8cc2ebf..d683b13ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,10 +69,14 @@ branches:
addons:
apt:
+ sources:
+ # Need msgfmt 0.19.8 to be able to generate .desktop files
+ - sourceline: 'ppa:ricotz/toolchain'
packages:
- autoconf
- clang
- lcov
+ - gettext
- libperl-dev
- python-dev
- python3-dev
@@ -115,13 +119,6 @@ before_install:
if [[ "${TRAVIS_OS_NAME}" = "linux" ]] && [[ "${CC}" = "clang" ]]; then
ln -sf "$(which llvm-cov)" /home/travis/bin/gcov
fi
- # Need msgfmt 0.19.8 to be able to generate .desktop files
- - |
- if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
- sudo add-apt-repository ppa:ricotz/toolchain -y &&
- sudo apt-get update -q &&
- sudo apt-get install gettext=0.19.8.1-1ubuntu2~14.04~ricotz1 -y
- fi
before_script:
# Start virtual framebuffer to be able to test the GUI. Does not work on OS X.