You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/08/30 13:01:24 UTC

incubator-joshua git commit: Fix Travis-CI by adding a step to install ant on OSX

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 2d106df46 -> 0b447595a


Fix Travis-CI by adding a step to install ant on OSX


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/0b447595
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/0b447595
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/0b447595

Branch: refs/heads/master
Commit: 0b447595ae51ab3d2956d60748962a092e192286
Parents: 2d106df
Author: Kellen Sunderland <ke...@amazon.com>
Authored: Tue Aug 30 10:38:35 2016 +0200
Committer: Kellen Sunderland <ke...@amazon.com>
Committed: Tue Aug 30 10:38:35 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/0b447595/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 429042a..8f78ca2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ matrix:
     - os: osx
       osx_image: xcode8
       before_install:
+      - brew update
+      - brew install ant
       - export JOSHUA=`pwd`
       - export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
       - ./download-deps.sh