Browse Source

Fixing Travis build now default environment omits ant-optional and the ant junit command doesn't work. (#1731)

Relevant docs: https://docs.travis-ci.com/user/installing-dependencies/
Change was made by Travis on May 4th.

Commit log:
eac577dbf8
Relevant diff:
-ant-optional
pull/1734/head
lararennie 9 years ago
committed by GitHub
parent
commit
88b902c952
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml View File

@ -1,4 +1,9 @@
language: java
before_install:
- sudo apt-get -qq update
# ant-optional is needed for ant junit. This used to be part of the default
# Travis image.
- sudo apt-get install ant-optional
install:
# Invoke the "travis" profile during Maven steps; see <profile> in pom.xml
# files. This is configured not to build the "cpp-build" module.


Loading…
Cancel
Save