Fix tests on travis
[opengl.git] / .travis.yml
index 28d6795f31917cee8cbd8a15be40d96288361018..faae98652da6078d133cecc3bf13a6f1990c4b4a 100644 (file)
@@ -7,6 +7,7 @@ cache:
     - .stack-work
     - $HOME/.stack
     - $HOME/haskell-ide-engine/.stack-work
+  timeout: 1000
 
 addons:
   apt:
@@ -22,13 +23,13 @@ before_install:
   - git init
   - git remote add origin https://github.com/haskell/haskell-ide-engine.git
   - git pull origin master
+  - git checkout f5c903f31ef5a7ee75984faf2e6ccc0a06ab23eb
   - git submodule init
   - git submodule sync
   - git submodule update --init
   - stack --no-terminal --skip-ghc-check -j2 install
   - stack exec hoogle generate
   - cd $TRAVIS_BUILD_DIR
-  - hie --version
   - npm update
   - npm i -g javascript-typescript-langserver