mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-30 18:10:27 +00:00
make: add a specific target for tags
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e2575bffa5
commit
83dff044b3
2 changed files with 15 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7.3
|
||||
- 1.7.4
|
||||
- 1.6.3
|
||||
|
||||
sudo: false
|
||||
|
@ -15,3 +15,4 @@ install: true
|
|||
|
||||
script:
|
||||
- make validation
|
||||
- make validation.tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue