File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
env :
5
5
- GHC_VER=8.4.3
6
6
- GHC_VER=8.2.1
7
+ addons :
8
+ homebrew :
9
+ packages :
10
+ - z3
11
+ - stack
7
12
cache :
8
13
directories :
9
14
- $HOME/.stack
@@ -18,9 +23,13 @@ cache:
18
23
- $TRAVIS_BUILD_DIR/hie-plugin-api/.stack-work
19
24
timeout : 800
20
25
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'
24
33
script :
25
34
- stack build --stack-yaml=stack-$GHC_VER.yaml
26
35
- stack exec hoogle generate --stack-yaml=stack-$GHC_VER.yaml
You can’t perform that action at this time.
0 commit comments