Commit ddda7737 authored by Nick Thomas's avatar Nick Thomas

Test gitlab-workhorse against go1.5.4, 1.6.3 and 1.7.1

parent 7bd88aeb
image: golang:1.6.2 .test_template: &test_definition
script:
- apt-get update -qq && apt-get install -y unzip bzip2
- make test
test: test:go1.5.4:
script: <<: *test_definition
- apt-get update -qq && apt-get install -y unzip bzip2 image: golang:1.5.4
- make test
test:go1.6.3:
<<: *test_definition
image: golang:1.6.3
test:go1.7.1:
<<: *test_definition
image: golang:1.7.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment