Try going scriptless
[lsp-test.git] / .travis.yml
index f45e3cfd6442ff79e53fd33c64d1f1c428d8dc4e..73b5bafda7c5b2a49a828c4279d076cf31184bb0 100644 (file)
@@ -40,8 +40,6 @@ before_install:
   - npm update
   - npm i -g javascript-typescript-langserver
 
-script:
-  - pwd
-  - ls -a
-  - cabal new-configure
-  - cabal new-test -O2 -j2
+# script:
+#   - cabal new-configure
+#   - cabal new-test -j1 -O2