summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-04-22 11:49:38 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-04-22 11:49:38 +0200
commitc7203f2cfe88e699c97894092f5dff1d3de4251f (patch)
tree6d40259eed53325a8852a68f772239b62847c7d1 /.gitlab-ci.yml
parent90ee875a675240b2501d351f0a10d1ca80ab28f7 (diff)
downloadm2crypto-c7203f2cfe88e699c97894092f5dff1d3de4251f.tar.gz
Switch off CentOS 6 build for the moment as well.
Trying to avoid https://gitlab.com/gitlab-org/gitlab-ce/issues/15311 for now, so that we have at least python3 testing.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68feccd..8f201f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
stages:
- - centos6
- # - python26
+ # - centos6
+ # - python26
- python27
- python34
@@ -11,7 +11,7 @@ stages:
script:
- python setup.py clean build test
-centos6:
+.centos6:
stage: centos6
image: centos:6
when: always