Remove capabilites since haskell-lsp now provides it
[opengl.git] / .travis.yml
index 023236dffb40743879a4ec475a8e570928050108..8772ea1927e2d03717b8df36c6928fd4f0c2820d 100644 (file)
@@ -10,7 +10,7 @@ sudo: false
 cache:
   directories:
   - $HOME/.stack
-  - $HOME/haskell-ide-engine
+  - $HOME/haskell-ide-engine/.stack-work
 
 addons:
   apt:
@@ -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