Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 3151615

Browse files
author
Issam Maghni
committed
travis: deploy if TRAVIS_COMPILER is gcc-9
1 parent 5dc1e33 commit 3151615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ deploy:
3030
skip_cleanup: true
3131
on:
3232
tags: true
33-
compiler: gcc-9
33+
condition: '$TRAVIS_COMPILER = gcc-9' # or CC_FOR_BUILD
34+
# compiler: gcc-9 DOES NOT WORK

0 commit comments

Comments
 (0)