X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=08aa0518736af212a7beadc5ec04052c42d7cba6;hb=aab5f2a37290fcf7e85fabc828e3379317bf8221;hp=d2f0323d672a6958ef8a802fcbde08445365bed4;hpb=8ef3b3e290cc2601f939feae14a99100a7bf7b3c;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index d2f0323..08aa051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,8 @@ 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: @@ -21,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 @@ -39,8 +48,5 @@ before_install: script: - hoogle generate - - cabal configure --enable-tests --enable-coverage - - 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 + # - cabal configure --enable-tests --enable-coverage + # - cabal test --show-details=streaming