From 2db40e841b14a6e377039d6507aa3764c05e86b7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 15 Apr 2019 08:45:24 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d6ee689..db5d2687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ if: tag IS blank +env: + - TESTING=FALSE matrix: include: @@ -32,13 +34,13 @@ matrix: - GAMOS=windows - CINST_ARGS=--forcex86 - PLATFORM=x86 - allow_failures: - os: osx language: generic osx_image: xcode9.2 env: - GAMOS=macos - PLATFORM=x64-sierra-testing + - TESTING=TRUE addons: homebrew: packages: @@ -49,6 +51,10 @@ matrix: env: - GAMOS=linux - PLATFORM=i686-precise-testing + - TESTING=TRUE + allow_failures: + -env: + TESTING=TRUE before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then