From: Luke Lau Date: Thu, 6 Jun 2019 06:50:28 +0000 (+0100) Subject: Update .travis.yml X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=749953cb3ab08f2278e6badda8b1bd3550f06da6 Update .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 82aae08..ac7350d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ cabal: '2.4' cache: directories: - "$HOME/.cabal" + - "$HOME/.ghc" - "$HOME/haskell-ide-engine/dist-newstyle" - "dist-newstyle" timeout: 1000 @@ -30,8 +31,8 @@ before_install: - cabal v2-install hie -j2 - cabal v2-install hoogle -j2 - hoogle generate -- cabal v2-install --lib Cabal - cd $TRAVIS_BUILD_DIR +- cabal v2-install --lib Cabal --constraint "Cabal == 2.4.1.0" - npm update - npm i -g javascript-typescript-langserver @@ -58,4 +59,3 @@ deploy: tags: true branch: master repo: bubba/lsp-test -