X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=08aa0518736af212a7beadc5ec04052c42d7cba6;hb=aab5f2a37290fcf7e85fabc828e3379317bf8221;hp=a4e7b2e0f6d74a339d8c53029e442a772a644042;hpb=36d977fb0b9b368c477b0d8c8fdc59059849dc53;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index a4e7b2e..08aa051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,10 @@ sudo: false # Caching so the next build will be fast too. cache: directories: - # - $HOME/.stack - - $HOME/haskell-ide-engine/dist - - $HOME/haskell-ide-engine/dist-newstyle + - dist + - dist-newstyle + - $HOME/.stack + - $HOME/haskell-ide-engine/.stack-work addons: apt: @@ -19,13 +20,23 @@ addons: - 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 + - stack --no-terminal install + - cd $TRAVIS_BUILD_DIR + - hie --version # - git submodule init # - git submodule sync # - git submodule update @@ -36,10 +47,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - cabal configure --enable-tests --enable-coverage - - cabal build - hoogle generate - - cabal test --show-details=streaming -after_script: - - cabal install codecov-haskell --bindir=$TRAVIS_BUILD_DIR - - ./codecov-haskell + # - cabal configure --enable-tests --enable-coverage + # - cabal test --show-details=streaming