Remove cabal update
authorLuke Lau <luke_lau@icloud.com>
Tue, 7 Aug 2018 00:30:36 +0000 (01:30 +0100)
committerLuke Lau <luke_lau@icloud.com>
Tue, 7 Aug 2018 00:30:36 +0000 (01:30 +0100)
.travis.yml

index 1ca12ce6ac76f132a9a41fe6992e2effab739f24..11494efbf244ba2b77d442139e5ff99bae690533 100644 (file)
@@ -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