7
7
# version: 0.7.20191106
8
8
#
9
9
language : c
10
- dist : xenial
10
+ dist : bionic
11
11
git :
12
12
# whether to recursively clone submodules
13
13
submodules : false
@@ -33,17 +33,17 @@ before_cache:
33
33
matrix :
34
34
include :
35
35
- compiler : ghcjs-8.4
36
- addons : {"apt":{"sources":["hvr-ghc", {"sourceline":"deb http://ppa.launchpad.net/hvr/ghcjs /ubuntu xenial main"},{"sourceline ":"deb https://deb.nodesource .com/node_8.x xenial main","key_url ":"https ://deb.nodesource.com/gpgkey/nodesource.gpg.key "}],"packages":["ghcjs-8.4","cabal-install-3.0","ghc-8.4.4","nodejs"]}}
36
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc /ubuntu bionic main","key_url ":"https://keyserver.ubuntu .com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"},{"sourceline ":"deb http ://ppa.launchpad.net/hvr/ghcjs/ubuntu bionic main "}],"packages":["ghcjs-8.4","cabal-install-3.0","ghc-8.4.4","nodejs"]}}
37
37
- compiler : ghc-8.8.1
38
- addons : {"apt":{"sources":[" hvr- ghc" ],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
38
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/ hvr/ ghc/ubuntu bionic main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"} ],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
39
39
- compiler : ghc-8.6.5
40
- addons : {"apt":{"sources":[" hvr- ghc" ],"packages":["ghc-8.6.5","cabal-install-3.0"]}}
40
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/ hvr/ ghc/ubuntu bionic main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"} ],"packages":["ghc-8.6.5","cabal-install-3.0"]}}
41
41
- compiler : ghc-8.4.4
42
- addons : {"apt":{"sources":[" hvr- ghc" ],"packages":["ghc-8.4.4","cabal-install-3.0"]}}
42
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/ hvr/ ghc/ubuntu bionic main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"} ],"packages":["ghc-8.4.4","cabal-install-3.0"]}}
43
43
- compiler : ghc-8.2.2
44
- addons : {"apt":{"sources":[" hvr- ghc" ],"packages":["ghc-8.2.2","cabal-install-3.0"]}}
44
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/ hvr/ ghc/ubuntu bionic main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"} ],"packages":["ghc-8.2.2","cabal-install-3.0"]}}
45
45
- compiler : ghc-8.0.2
46
- addons : {"apt":{"sources":[" hvr- ghc" ],"packages":["ghc-8.0.2","cabal-install-3.0"]}}
46
+ addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/ hvr/ ghc/ubuntu bionic main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"} ],"packages":["ghc-8.0.2","cabal-install-3.0"]}}
47
47
before_install :
48
48
- |
49
49
if echo $CC | grep -q ghcjs; then
0 commit comments