X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=73b5bafda7c5b2a49a828c4279d076cf31184bb0;hb=refs%2Fheads%2Ftravis-investigation;hp=9ad0a0dce57d00b9e3073068f0122c55b1005872;hpb=476b1c64cdeccfc63fe9d06a999d90b50de3a5df;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 9ad0a0d..73b5baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,6 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -script: - - pwd - - ls -a - - cabal configure --enable-tests - - cabal test -O2 -j2 --show-details=streaming +# script: +# - cabal new-configure +# - cabal new-test -j1 -O2