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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-01-20 14:59:46 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-01-20 14:59:46 +0300
commitbc4aa822bff4ec2a3a3fdb1daa915782331ad08a (patch)
treea0ddb73af7b8a56efaf226ddfdbc658b6b7c7388 /.gitlab-ci.yml
parent753b2973685a76457c47f989a5371e4c9696ea2f (diff)
parentb8ece518d72e0e1bfef8b75cc6180298c5154ec3 (diff)
Merge branch 'listen-on-multiple-ips' into 'master'
Allow -listen-http, -listen-https and -listen-proxy to be given more than once See merge request !6
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c282ccf..ef8afaf9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,3 +22,4 @@ test:1.7:
image: golang:1.7
script:
- make verify
+ - make acceptance