diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63d0259..3141665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,13 +48,3 @@ job-ghc7.8.4-cabal-install1.18.2.0: image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.2.0 stage: build <<: *common_script - -job-ghc7.6.3-cabal-install1.18.2.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.2.0 - stage: build - <<: *common_script - -# job-ghc7.6.3-cabal-install1.16.1.0: -# image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.16.1.0 -# stage: build -# <<: *common_script |