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:43 +0300
committerNick Thomas <nick@gitlab.com>2017-03-08 18:48:43 +0300
commita3c94ef64ab5f7d1a49da2e99fb4f92d3b1f2a0f (patch)
tree698f3e1ace63dc0b984f0c4c123f91bb89119f0d /.gitlab-ci.yml
parent8f4b98799e67025cb236972c7739ac6c9a1b808d (diff)
Run tests on golang 1.8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14e0b553..c3a2fb80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,3 +25,9 @@ test:1.7:
script:
- make verify
- make acceptance
+
+test:1.8:
+ image: golang:1.8
+ script:
+ - make verify
+ - make acceptance