X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=d665c855de596e51597ed141d9132dbe04504bf6;hb=a576ee3be40fcc0658ec0b7779aabadcfea6ba0c;hp=2b19ee1ccdec90a1683fdd3187aa6babbbc4f3d9;hpb=eec9eeef01f8545a3c6059b39ca7abca63a241f6;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 2b19ee1..d665c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - stack test --no-terminal --skip-ghc-check -j2 - # - cabal configure --enable-tests - # - cabal test --show-details=streaming + # - stack test --compiler ghc-$TRAVIS_HASKELL_VERSION + - cabal configure --enable-tests + - cabal test --show-details=streaming