Loading .gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line test:7.10: image: haskell:7.10 script: - cabal install --enable-test --enable-bench --only-dep -j - cabal build - cabal test - cabal bench test:7.8: image: haskell:7.8 script: - cabal install --enable-test --enable-bench --only-dep -j - cabal build - cabal test - cabal bench .travis.ymldeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line language: haskell ghc: - 7.8 - 7.6 Loading
.gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line test:7.10: image: haskell:7.10 script: - cabal install --enable-test --enable-bench --only-dep -j - cabal build - cabal test - cabal bench test:7.8: image: haskell:7.8 script: - cabal install --enable-test --enable-bench --only-dep -j - cabal build - cabal test - cabal bench
.travis.ymldeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line language: haskell ghc: - 7.8 - 7.6