From 7370f5967cdbf6f56dd64642d18dc6d5bd9f2037 Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 16 Oct 2019 12:21:16 -0700 Subject: [PATCH] DO NOT MERGE --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71c8634e..735df963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,20 +8,6 @@ sudo: required matrix: fast_finish: true include: - - env: BUILD_ENV=ubuntu-bionic XVFB_RUN=1 - dist: bionic - - env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1 - dist: xenial - - env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1 - - env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1 CC=clang CXX=clang++ - - env: BUILD_ENV=mingw-w64 - - env: BUILD_ENV=mingw-w32 - - env: BUILD_ENV=libretro - - env: BUILD_ENV=libretro CC=clang CXX=clang++ - - env: BUILD_ENV=mac - os: osx - osx_image: xcode10.2 - install: export PATH="/usr/local/opt/ccache/libexec:$PATH" - env: BUILD_ENV=windows os: windows