From: Ivan Maidanski Date: Wed, 24 May 2017 21:39:59 +0000 (+0300) Subject: Travis CI: Move 'gnu-tools' to home folder X-Git-Tag: v7.4.8~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d85a2e0d3917104e3a10d70d6b88023b4ec5267;p=libatomic_ops Travis CI: Move 'gnu-tools' to home folder --- diff --git a/.travis.yml b/.travis.yml index 45c8935..435d224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,7 +98,7 @@ matrix: before_install: - if [[ "$AUTOMAKE_VER" != "" || "$LIBTOOL_VER" != "" || "$M4_VER" != "" ]]; then - GNUTOOLS_ROOT=`pwd`/gnu-tools; + GNUTOOLS_ROOT=`pwd`/../gnu-tools; export PATH=$GNUTOOLS_ROOT/bin:$PATH; fi - if [[ "$M4_VER" != "" ]]; then