Skip to content

Commit e72bcbf

Browse files
committed
travis: Use $TRAVIS_COMPILER instead of $HC in deploy condition
1 parent 43a3bd5 commit e72bcbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ deploy:
168168
on:
169169
repo: haskell/ThreadScope
170170
tags: true
171-
condition: "$HC = ghc-8.6.5"
171+
condition: "$TRAVIS_COMPILER = ghc-8.8.2"

.travis/deploy.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ index d21f854..6443253 100644
2020
+ on:
2121
+ repo: haskell/ThreadScope
2222
+ tags: true
23-
+ condition: "$HC = ghc-8.6.5"
23+
+ condition: "$TRAVIS_COMPILER = ghc-8.8.2"

0 commit comments

Comments
 (0)