Don't increase build meta on CIs.

This commit is contained in:
Erik C. Thauvin 2019-04-07 01:05:26 -07:00
parent ecfba4720e
commit d04ed1a6ab
4 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,12 @@
language: java
env:
global:
- CI=true
install:
- git fetch --unshallow --tags
addons:
sonarcloud:
organization: "ethauvin-github"