hack: validate tests for crioctl deprecation

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-11-13 16:26:10 +01:00
parent 25ac83196f
commit 8ae0aee7e5
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 67 additions and 0 deletions

View file

@ -32,6 +32,7 @@ jobs:
- make .gitvalidation
- make gofmt
- make lint
- make verify
- make testunit
- make docs
- make
@ -41,12 +42,14 @@ jobs:
- make .gitvalidation
- make gofmt
- make lint
- make verify
- make testunit
- make docs
- make
go: 1.9.x
- script:
- make .gitvalidation
- make verify
- make testunit
- make docs
- make