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/.travis.yml
+++ b/.travis.yml
@@ -9,10 +9,10 @@ env:
 jdk:
   - openjdk8
   - openjdk11
+os: linux
+dist: trusty
 matrix:
   include:
-  - os: linux
-    dist: trusty
   - os: osx
     osx_image: xcode9.3
     jdk: ~
-- 
2.11.0

