From 315161539a85f33e82851bf3790a51e4bd424f49 Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Thu, 13 Jun 2019 17:23:55 -0400 Subject: [PATCH] travis: deploy if TRAVIS_COMPILER is gcc-9 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5649954..3ca2a4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,5 @@ deploy: skip_cleanup: true on: tags: true - compiler: gcc-9 + condition: '$TRAVIS_COMPILER = gcc-9' # or CC_FOR_BUILD + # compiler: gcc-9 DOES NOT WORK