Ticket #16843: v1-0001-travis-move-linux-parameters-back-to-toplevel-to-.patch

File v1-0001-travis-move-linux-parameters-back-to-toplevel-to-.patch, 659 bytes (added by ris, 6 years ago)
  • .travis.yml

    From 7764b8ebed52821793c6252428f1f0a8a08f4353 Mon Sep 17 00:00:00 2001
    From: Robert Scott <code@humanleg.org.uk>
    Date: Sun, 14 Oct 2018 13:31:06 +0100
    Subject: [PATCH v1] travis: move linux parameters back to toplevel to allow
     env combinations to work properly
    
    ---
     .travis.yml | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/.travis.yml b/.travis.yml
    index dc9cd8503..ed7d0b150 100644
    a b env:  
    99jdk:
    1010  - openjdk8
    1111  - openjdk11
     12os: linux
     13dist: trusty
    1214matrix:
    1315  include:
    14   - os: linux
    15     dist: trusty
    1616  - os: osx
    1717    osx_image: xcode9.3
    1818    jdk: ~