We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a3bd5 commit e72bcbfCopy full SHA for e72bcbf
.travis.yml
@@ -168,4 +168,4 @@ deploy:
168
on:
169
repo: haskell/ThreadScope
170
tags: true
171
- condition: "$HC = ghc-8.6.5"
+ condition: "$TRAVIS_COMPILER = ghc-8.8.2"
.travis/deploy.patch
@@ -20,4 +20,4 @@ index d21f854..6443253 100644
20
+ on:
21
+ repo: haskell/ThreadScope
22
+ tags: true
23
-+ condition: "$HC = ghc-8.6.5"
++ condition: "$TRAVIS_COMPILER = ghc-8.8.2"
0 commit comments