Skip to content

Commit 6813d5a

Browse files
committed
Try installing liquid
1 parent b08bf66 commit 6813d5a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ os: osx
44
env:
55
- GHC_VER=8.4.3
66
- GHC_VER=8.2.1
7+
addons:
8+
homebrew:
9+
packages:
10+
- z3
11+
- stack
712
cache:
813
directories:
914
- $HOME/.stack
@@ -18,9 +23,13 @@ cache:
1823
- $TRAVIS_BUILD_DIR/hie-plugin-api/.stack-work
1924
timeout: 800
2025
before_install:
21-
- mkdir -p ~/.local/bin
22-
- travis_retry curl -sSL https://www.stackage.org/stack/${TRAVIS_OS_NAME}-x86_64 |
23-
tar xz --strip-components=1 -C ~/.local/bin '*/stack'
26+
- stack setup 8.2.2
27+
- stack install cabal-install
28+
- cabal install liquidhaskell
29+
- export PATH=$HOME/.cabal/bin:$PATH
30+
# - mkdir -p ~/.local/bin
31+
# - travis_retry curl -sSL https://www.stackage.org/stack/${TRAVIS_OS_NAME}-x86_64 |
32+
# tar xz --strip-components=1 -C ~/.local/bin '*/stack'
2433
script:
2534
- stack build --stack-yaml=stack-$GHC_VER.yaml
2635
- stack exec hoogle generate --stack-yaml=stack-$GHC_VER.yaml

0 commit comments

Comments
 (0)