X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=11494efbf244ba2b77d442139e5ff99bae690533;hb=49e886730625d5a0707a36afcb139beb39c0c47d;hp=24b40a33635f9e4d65817fcff732deb988b70936;hpb=f7b62fb37e3b7439360ea70ace0f7ccf1a2c9c74;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 24b40a3..11494ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,13 @@ language: haskell ghc: - "8.2.2" - - "8.4.2" + - "8.4.3" sudo: false # Caching so the next build will be fast too. cache: directories: - - dist - - dist-newstyle # - $HOME/.stack # - $HOME/haskell-ide-engine/.stack-work @@ -26,6 +24,7 @@ before_install: - cd $HOME # It's ok to fail + - mkdir -p haskell-ide-engine - cd haskell-ide-engine - git init - git remote add origin https://github.com/Bubba/haskell-ide-engine.git @@ -33,7 +32,6 @@ before_install: - git submodule init - git submodule sync - git submodule update - - cabal new-update - cabal new-configure - cabal new-build # - export PATH=$HOME/haskell-ide-engine/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH