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.
2 parents fb6db7e + bc4fa1c commit 50e495dCopy full SHA for 50e495d
doc/travis_ci.md
@@ -70,15 +70,6 @@ before_install:
70
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
71
```
72
73
-Once Travis whitelists the stack .deb files, we'll be able to simply include
74
-stack in the `addons` section, and automatically use the newest version of
75
-stack, avoiding that complicated `before_install` section This is being
76
-tracked in the
77
-[apt-source-whitelist](https://github.com/travis-ci/apt-source-whitelist/pull/7)
78
-and
79
-[apt-package-whitelist](https://github.com/travis-ci/apt-package-whitelist/issues/379)
80
-issue trackers.
81
-
82
## Installing GHC
83
84
There are two ways to install GHC:
0 commit comments