X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=.travis.yml;h=8772ea1927e2d03717b8df36c6928fd4f0c2820d;hp=177043355d5fc53c5ae4896ae9053e8d211f922c;hb=bbcc209ff500503a9b205cf31a7692467e783772;hpb=2b9db190636e248bafbb6c3450da39109fa9c6b0 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