From 1b6736c0f8aa86df39862ef72984658f26007422 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 19 May 2020 12:45:00 -0700 Subject: [PATCH] Add autopoint to packages list This change adds the necessary packages to install the autopoint binary on both Ubuntu and OSX. This is necessary since the build needs the gettext utilities. Also remove the installation for realpath, since we are no longer building for Trusty. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6bfbce..bc7a7a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,13 +32,11 @@ addons: packages: - libusb-1.0-0-dev - libudev-dev + - autopoint homebrew: packages: - libusb - -# Ensure realpath is available on Trusty -before_script: - - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install realpath || true; fi + - gettext # Enable parallel make env: