Skip to content

Commit 0aa1c6a

Browse files
authored
Travis: Remove job using ghc-head (#279)
The latest ghc-head version is 8.7.20181217, so this job is quite useless now. See https://launchpad.net/~hvr/+archive/ubuntu/ghc
1 parent 6b80aa8 commit 0aa1c6a

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.travis.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This Travis job script has been generated by a script via
22
#
3-
# haskell-ci '--benchmarks-jobs= >=7.10' '--ghc-head' '--installed=-containers' '--installed=-binary' 'unordered-containers.cabal'
3+
# haskell-ci '--benchmarks-jobs= >=7.10' '--installed=-containers' '--installed=-binary' 'unordered-containers.cabal'
44
#
55
# To regenerate the script (for example after adjusting tested-with) run
66
#
77
# haskell-ci regenerate
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.10.1
11+
# version: 0.10.2
1212
#
1313
version: ~> 1.0
1414
language: c
@@ -57,11 +57,6 @@ jobs:
5757
- compiler: ghc-7.8.4
5858
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.8.4","cabal-install-3.2"]}}
5959
os: linux
60-
- compiler: ghc-head
61-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-head","cabal-install-head"]}}
62-
os: linux
63-
allow_failures:
64-
- compiler: ghc-head
6560
before_install:
6661
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
6762
- WITHCOMPILER="-w $HC"
@@ -80,7 +75,6 @@ before_install:
8075
- BENCH=--enable-benchmarks
8176
- if [ $HCNUMVER -lt 71000 ] ; then BENCH=--disable-benchmarks ; fi
8277
- HEADHACKAGE=false
83-
- if [ $HCNUMVER -gt 81001 ] ; then HEADHACKAGE=true ; fi
8478
- rm -f $CABALHOME/config
8579
- |
8680
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
@@ -98,17 +92,6 @@ before_install:
9892
echo " prefix: $CABALHOME" >> $CABALHOME/config
9993
echo "repository hackage.haskell.org" >> $CABALHOME/config
10094
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
101-
- |
102-
if $HEADHACKAGE; then
103-
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
104-
echo "repository head.hackage.ghc.haskell.org" >> $CABALHOME/config
105-
echo " url: https://ghc.gitlab.haskell.org/head.hackage/" >> $CABALHOME/config
106-
echo " secure: True" >> $CABALHOME/config
107-
echo " root-keys: 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d" >> $CABALHOME/config
108-
echo " 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329" >> $CABALHOME/config
109-
echo " f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> $CABALHOME/config
110-
echo " key-threshold: 3" >> $CABALHOME/config
111-
fi
11295
install:
11396
- ${CABAL} --version
11497
- echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
@@ -172,5 +155,5 @@ script:
172155
- rm -f cabal.project.local
173156
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
174157

175-
# REGENDATA ("0.10.1",["--benchmarks-jobs= >=7.10","--ghc-head","--installed=-containers","--installed=-binary","unordered-containers.cabal"])
158+
# REGENDATA ("0.10.2",["--benchmarks-jobs= >=7.10","--installed=-containers","--installed=-binary","unordered-containers.cabal"])
176159
# EOF

0 commit comments

Comments
 (0)