Add notice that this was merged into haskell/lsp
[lsp-test.git] / .travis.yml
index de83a72926127cbcb761bd88d22765f4488bcf73..cb44faf7a4022c9894ba379a2ed413c4e482edb7 100644 (file)
@@ -61,7 +61,7 @@ before_install:
 - git init
 - git remote add origin https://github.com/haskell/haskell-ide-engine.git
 - git pull origin master
-- git checkout 0.11.0.0
+- git checkout 0f697c8919747effca54be8a9b494896aea7d947
 - git submodule update --init
 - cabal v2-update
 - |
@@ -84,13 +84,9 @@ before_install:
 install:
 - cabal v2-build
 script:
-# until cabal v2-test supports streaming results
-- |
-  if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
-    cabal v2-run lsp-test:test:tests -- --skip="manual javascript session passes a test"
-  else
-    cabal v2-run lsp-test:test:tests
-  fi
+# until cabal v2-test supports streaming results we use v2-run
+# skipping for now testing the manual javascript session
+- cabal v2-run lsp-test:test:tests -- --skip="manual javascript session passes a test"
 
 jobs:
   include: