Try just 1 job
[lsp-test.git] / .travis.yml
index 9ad0a0dce57d00b9e3073068f0122c55b1005872..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 -O2 -j2 --show-details=streaming
+  - cabal new-configure
+  - cabal new-test -j1 -O2