From 320386dcf11d4c4f91964426851027b76022ea41 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Wed, 18 Oct 2017 23:50:10 +0900 Subject: [PATCH] Revert "Remove unused env value." This reverts commit 3e7d928ddd42767e956907cd647eb37c2c04b3e3. This env value is needed to prevent run job with default compiler. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c2e095d..b834af88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,15 @@ branches: - master - develop +env: + matrix: + - BOGUS_JOB=true + matrix: + + exclude: + - env: BOGUS_JOB=true + include: - os: linux compiler: g++