From bbcc209ff500503a9b205cf31a7692467e783772 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 1 Aug 2018 14:46:29 +0100 Subject: [PATCH] Update hie cloning --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1770433..8772ea1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,11 @@ before_install: - cd $HOME # It's ok to fail - - git clone https://github.com/haskell/haskell-ide-engine.git --recursive || true - cd haskell-ide-engine - - git pull + - 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 # - cabal new-update -- 2.30.2