From: Luke Lau Date: Wed, 1 Aug 2018 13:46:29 +0000 (+0100) Subject: Update hie cloning X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=bbcc209ff500503a9b205cf31a7692467e783772 Update hie cloning --- 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