From 49e886730625d5a0707a36afcb139beb39c0c47d Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 7 Aug 2018 01:30:36 +0100 Subject: [PATCH] Remove cabal update --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ca12ce..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 @@ -34,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 -- 2.30.2