X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=.travis.yml;h=d665c855de596e51597ed141d9132dbe04504bf6;hp=bb1cd2cd206fef916fbdd89ac88cb3eeb610ceec;hb=a576ee3be40fcc0658ec0b7779aabadcfea6ba0c;hpb=39932423ee0fcc8dd500aea4ff558d1b72440a17 diff --git a/.travis.yml b/.travis.yml index bb1cd2c..d665c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: - git submodule sync - git submodule update --init - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - - stack exec hoogle generate + - stack exec hoogle generate --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - cd $TRAVIS_BUILD_DIR - hie --version # - git submodule init @@ -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