X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=73b5bafda7c5b2a49a828c4279d076cf31184bb0;hb=refs%2Fheads%2Ftravis-investigation;hp=2883617bd3186b42375d6f945a0ee2c0a37b400d;hpb=38a29ee38abd42afffc380f4911c9ebf99108ffb;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 2883617..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 -j2 --show-details=streaming +# script: +# - cabal new-configure +# - cabal new-test -j1 -O2