Pick correct stack.yaml
[lsp-test.git] / .travis.yml
index d2f0323d672a6958ef8a802fcbde08445365bed4..d2cfa2e6f409cbfb033dbb58889893066a3db023 100644 (file)
@@ -10,24 +10,36 @@ cache:
   directories:
   - dist
   - dist-newstyle
-  # - $HOME/.stack
-  - $HOME/haskell-ide-engine/dist
-  - $HOME/haskell-ide-engine/dist-newstyle
+  - $HOME/.stack
+  - $HOME/haskell-ide-engine/.stack-work
 
 addons:
   apt:
     packages:
     - npm
-    - hoogle
 
 before_install:
-  - sh .download-hie.sh
-  - export PATH=$TRAVIS_BUILD_DIR:$PATH
-  # - mkdir -p haskell-ide-engine
-  # - cd haskell-ide-engine
-  # - git init
-  # - git remote add origin https://github.com/Bubba/haskell-ide-engine.git
-  # - git pull origin heirarchal-document-symbols
+  - printenv
+  - mkdir -p ~/.local/bin
+  - export PATH=$HOME/.local/bin:$PATH
+  - travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
+  - stack config set system-ghc --global true
+  # - export PATH=/opt/ghc/8.4.3/bin:$PATH
+  # - sh .download-hie.sh
+  # - export PATH=$TRAVIS_BUILD_DIR:$PATH
+  # - hie version
+  - mkdir -p haskell-ide-engine
+  - cd $HOME/haskell-ide-engine
+  - git init
+  - git remote add origin https://github.com/haskell/haskell-ide-engine.git
+  - git pull origin master
+  - git submodule init
+  - git submodule sync
+  - git submodule update --init
+  - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml
+  - stack exec hoogle generate
+  - cd $TRAVIS_BUILD_DIR
+  - hie --version
   # - git submodule init
   # - git submodule sync
   # - git submodule update
@@ -38,9 +50,5 @@ before_install:
   - npm i -g javascript-typescript-langserver
 
 script:
-  - hoogle generate
-  - cabal configure --enable-tests --enable-coverage
+  - cabal configure --enable-tests
   - cabal test --show-details=streaming
-after_script:
-  - cabal install --bindir=$TRAVIS_BUILD_DIR https://github.com/eth-r/codecov-haskell/archive/master.tar.gz 
-  - ./codecov-haskell