Skip to content

Commit bc4fa1c

Browse files
committed
Remove the hope of getting stack into travis build via apt
Because: > borsboom commented on Apr 17, 2017 > Since the Stack release team (er, that's me) is deprecating the Apt repositories, this should probably be closed.
1 parent fb6db7e commit bc4fa1c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/travis_ci.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ before_install:
7070
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
7171
```
7272

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-
8273
## Installing GHC
8374

8475
There are two ways to install GHC:

0 commit comments

Comments
 (0)