From 1f728ff4da5d8114c68f632ae5da009fdef56e37 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 15 Apr 2019 08:38:28 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f74dbb3..8d6ee689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ if: tag IS blank matrix: include: - - name: "Linux Ubuntu Precise 12.04 x86_64" - os: linux + - os: linux language: python dist: precise python: @@ -11,8 +10,7 @@ matrix: env: - GAMOS=linux - PLATFORM=x86_64 - - name "MacOS 10.13 High Sierra x86_64" - os: osx + - os: osx language: generic osx_image: xcode10.1 env: @@ -22,23 +20,20 @@ matrix: homebrew: packages: python@2 - - name: "Windows x64" - os: windows + - os: windows language: shell env: - GAMOS=windows PLATFORM=x64 CINST_ARGS="" - - name: "Windows x86" - os: windows + - os: windows language: shell env: - GAMOS=windows - CINST_ARGS=--forcex86 - PLATFORM=x86 allow_failures: - - name "MacOS 10.12 Sierra x86_64" - os: osx + - os: osx language: generic osx_image: xcode9.2 env: @@ -48,8 +43,7 @@ matrix: homebrew: packages: python@2 - - name: "Linux Ubuntu Precise 12.04 i686" - os: linux + - os: linux language: python dist: precise env: