Commit 02cf4cb6 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'test-for-tags' into 'master'

Test for tags

This would make it visible if we used a lightweight tag by accident.

See merge request !92
parents 8f4d03c3 468a50db
......@@ -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