This commit is contained in:
decanus 2020-02-28 15:28:32 +01:00
parent 50fca4b8cf
commit 8923ae2634
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,6 @@ notifications:
language: go
install: true
branches:
only:
- master
@ -16,6 +14,9 @@ before_install:
echo "Only docs were updated, not running the CI."
exit 0
fi
install: make vendor
env:
- GO111MODULE=on