Commit 468a50db authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add test:release job. Fail unless on a tag

parent 9fbfacac
......@@ -15,3 +15,9 @@ test:go1.6.3:
test:go1.7.1:
<<: *test_definition
image: golang:1.7.1
test:release:
only:
- tags
script:
- git describe --exact-match
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