summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-05-07 19:02:36 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-05-08 23:40:34 +0200
commitfc3fe59ea8cf786ed70eb517d93ed13b2bc4ae59 (patch)
treefebd63bf10f58fcea15ea938c02617d8bfca2e34 /.travis.yml
parentd646f03fc853f634f638e8c5422650992be4e34f (diff)
downloadlibgphoto2-fc3fe59ea8cf786ed70eb517d93ed13b2bc4ae59.tar.gz
newest travis images seemd to need gettext
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index a4fa8b58d..45978705b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,9 @@ os:
- osx
env:
- - EXTRALIBS=""
- - EXTRALIBS="libusb-dev"
- - EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev"
+ - EXTRALIBS="gettext"
+ - EXTRALIBS="gettext libusb-dev"
+ - EXTRALIBS="gettext libusb-1.0-0-dev libgd2-xpm-dev"
# Note: Keep the sudo commands in .travis.yml - they do not work from
# a helper shell script.