Changeset 15181


Ignore:
Timestamp:
11/21/19 20:15:08 (4 years ago)
Author:
Mark Evenson
Message:

ci: another try at specifying four builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/.travis.yml

    r15180 r15181  
    22language: java
    33
    4 jobs:
    5   include:
    6     - env: ABCL_JDK=openjdk8
    7     - os: linux
    8     - env: ABCL_JDK=openjdk11
    9     - os: osx
     4os:
     5  - linux
     6  - osx
    107
    118# Linux system
     
    1512# 'xcode11.2' is macOS 10.14 xcode 11B41
    1613osx_image: xcode11.2
     14
     15env:
     16  - ABCL_JDK=openjdk8
     17  - ABCL_JDK=openjdk11
    1718
    1819install:
Note: See TracChangeset for help on using the changeset viewer.