X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=d2cfa2e6f409cbfb033dbb58889893066a3db023;hb=d356140fee78fb2ef8efcf50805280c53cb3232b;hp=d2f0323d672a6958ef8a802fcbde08445365bed4;hpb=8ef3b3e290cc2601f939feae14a99100a7bf7b3c;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index d2f0323..d2cfa2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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