File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ install:
1515 - export APACHE_ANT_BASE=$(curl http://apache.mirror.iphh.net/ant/binaries/ | grep "apache-ant-1.9..*-bin.tar.gz" | tail -1 | sed 's/.*href="\(.*\)-bin.tar.gz".*/\1/g')
1616 - ' echo "Apache Ant ARCHIVE: $APACHE_ANT_BASE"'
1717 - ' [ "${TRAVIS_OS_NAME}" = "linux" ] && wget http://apache.mirror.iphh.net/ant/binaries/$APACHE_ANT_BASE-bin.tar.gz && tar xzf $APACHE_ANT_BASE-bin.tar.gz && sudo mv $APACHE_ANT_BASE /usr/local/$APACHE_ANT_BASE && sudo rm -f /usr/local/ant && sudo ln -s /usr/local/$APACHE_ANT_BASE /usr/local/ant && sudo ln -s /usr/local/$APACHE_ANT_BASE/bin/ant /usr/local/bin/ant || true'
18+ - ' [ "${TRAVIS_OS_NAME}" = "linux" ] && sudo apt-get -y install texinfo || true'
1819 - ' [ "${TRAVIS_OS_NAME}" = "osx" ] && brew update || true'
1920 - ' [ "${TRAVIS_OS_NAME}" = "osx" ] && brew uninstall libtool && brew install libtool || true'
2021 - ' [ "${TRAVIS_OS_NAME}" = "osx" ] && brew install ant || true'
You can’t perform that action at this time.
0 commit comments