X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=023236dffb40743879a4ec475a8e570928050108;hb=bf94a6e6874dc58734aa56391ce058cba870dc25;hp=2883617bd3186b42375d6f945a0ee2c0a37b400d;hpb=4dce1170b5433bbad129b19b225c9fa533fc0e7e;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 2883617..023236d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -language: haskell - -ghc: - - "8.2.2" - - "8.4.2" +# language: haskell +# ghc: +# - "8.2.2" +# - "8.4.2" +language: c sudo: false @@ -41,7 +41,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - pwd - - ls -a - - cabal configure --enable-tests - - cabal test -j2 --show-details=streaming + - stack test + # - cabal configure --enable-tests + # - cabal test -j2 --show-details=streaming