mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-31 13:20:26 +01:00
testing stackage-1.9 lts debian package
This commit is contained in:
parent
ddfce6e551
commit
6e39fe91ba
10
.travis.yml
10
.travis.yml
@ -9,15 +9,13 @@ deploy:
|
|||||||
local_dir: to-travis
|
local_dir: to-travis
|
||||||
upload-dir: stackage-server
|
upload-dir: stackage-server
|
||||||
|
|
||||||
env:
|
|
||||||
- CABALVER=1.20 GHCVER=7.8.4
|
|
||||||
|
|
||||||
# Note: the distinction between `before_install` and `install` is not important.
|
# Note: the distinction between `before_install` and `install` is not important.
|
||||||
before_install:
|
before_install:
|
||||||
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
|
- travis_retry gpg --keyserver pgp.mit.edu. --recv-keys 44A52A60
|
||||||
|
- gpg --export --armor 44A52A60 | sudo apt-key add -
|
||||||
- travis_retry sudo apt-get update
|
- travis_retry sudo apt-get update
|
||||||
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER # see note about happy/alex
|
- travis_retry sudo apt-get install stackage
|
||||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.cabal/bin:$PATH
|
- export PATH=/opt/ghc/ghc*/lts*/bin:/opt/ghc/ghc*/lts*/stackage/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cabal --version
|
- cabal --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user