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

Commit

Permalink
travis: deploy if TRAVIS_COMPILER is gcc-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Issam Maghni committed Jun 13, 2019
1 parent 5dc1e33 commit 3151615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3151615

Please sign in to comment.