Commit c0585c14 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg Committed by Jacob Vosmaer (GitLab)

Add go 1.9 as test target

parent b3b26752
image: golang:1.8
.test_template: &test_definition
script:
- apt update -qq && apt install -y unzip bzip2
......@@ -6,7 +8,10 @@
test using go 1.8:
<<: *test_definition
image: golang:1.8
test using go 1.9:
image: golang:1.9
<<: *test_definition
test:release:
only:
......
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