Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-03-08 18:48:16 +0300
committerNick Thomas <nick@gitlab.com>2017-03-08 18:48:16 +0300
commit8f4b98799e67025cb236972c7739ac6c9a1b808d (patch)
treef7c59a4df6fae48531c626031c71f455730f0fe4 /.gitlab-ci.yml
parent275cafa033f087748f66d12197d447e56537a048 (diff)
Run the acceptance test suite on all golang versions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef8afaf9..14e0b553 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,11 +12,13 @@ test:1.5:
image: golang:1.5
script:
- make verify-lite
+ - make acceptance
test:1.6:
image: golang:1.6
script:
- make verify
+ - make acceptance
test:1.7:
image: golang:1.7