Changeset 13239 in josm


Ignore:
Timestamp:
2017-12-24T16:11:00+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15630 - CI tweaks

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r13238 r13239  
    1414    - os: osx
    1515      osx_image: xcode9.2
     16before_install:
     17  - >
     18    case "${TRAVIS_OS_NAME:-linux}" in
     19    linux)
     20      ;;
     21    osx)
     22      brew update
     23      brew install ant
     24      ;;
     25    esac;
  • trunk/appveyor.yml

    r13237 r13239  
    1313artifacts:
    1414  - path: dist\josm-custom.*
    15   - path: *-josm.xml
     15  - path: checkstyle-josm.xml
     16  - path: pmd-josm.xml
     17  - path: spotbugs-josm.xml
    1618  - path: javadoc
    1719    type: zip
Note: See TracChangeset for help on using the changeset viewer.