Add notice that this was merged into haskell/lsp
[lsp-test.git] / .travis.yml
index e3a21a9e5fd6405423db7ce46dc2fafbc92a0bba..cb44faf7a4022c9894ba379a2ed413c4e482edb7 100644 (file)
@@ -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: