Try just 1 job
[lsp-test.git] / .travis.yml
index 2883617bd3186b42375d6f945a0ee2c0a37b400d..cc282edc788646a58f35285d15be14c596100570 100644 (file)
@@ -41,7 +41,5 @@ before_install:
   - npm i -g javascript-typescript-langserver
 
 script:
-  - pwd
-  - ls -a
-  - cabal configure --enable-tests
-  - cabal test -j2 --show-details=streaming
+  - cabal new-configure
+  - cabal new-test -j1 -O2