Skip to content

Commit

Permalink
Use bionic/libicu66 for icu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jul 24, 2020
1 parent d9043c8 commit 4bd7e8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,6 @@

#dist: bionic
# llvm-toolchain-xenial-9 repo is xenial specific
# libicu55 package is xenial specific
dist: xenial
env:
# ------------------------------------------------------------------------
Expand Down Expand Up @@ -87,7 +86,13 @@ matrix:
# addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

- env: BUILD=cabal-v2 GHCVER=8.10.1 CABAL_BUILD_OPTIONS="--flag has-icu"
addons: {apt: {packages: [libicu55,cabal-install-3.2,ghc-8.10.1], sources: [hvr-ghc]}}
addons:
apt:
sources:
- hvr-ghc
- sourceline: 'ppa:pkgcrosswire/ppa'
packages: [libicu66,cabal-install-3.2,ghc-8.10.1]
dist: bionic

- env: BUILD=cabal-v2 GHCVER=8.10.1 CABAL_BUILD_OPTIONS="--flags=has-llvm"
addons:
Expand Down

0 comments on commit 4bd7e8b

Please sign in to comment.