From a311ec87e829dab4285e975a893264c8c5b726bb Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 15 Jan 2019 04:48:44 -0800 Subject: [PATCH] [CI] now enables runs NIM_COMPILE_TO_CPP=true without allow_failures --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32a40bcaf0aa5..ea5d54eadc1cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,9 @@ matrix: - os: osx env: NIM_COMPILE_TO_CPP=true - allow_failures: - - env: NIM_COMPILE_TO_CPP=true +# To allow failures for a failing configuration, use something like: +# allow_failures: +# - env: NIM_COMPILE_TO_CPP=true # - os: osx addons: