1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

improve travis message

This commit is contained in:
Lukas Winkler 2017-05-11 08:31:38 +02:00
parent 80ac7ea999
commit 659e84428c

View file

@ -119,6 +119,7 @@ if __name__ == "__main__":
test_if_placeholder_icon_exist()
if "TRAVIS" in os.environ and os.environ["TRAVIS"]: # collapse on travis
print("travis_fold:start:small_icons")
print("improvable icons: (click to expand)")
test_if_icons_are_large_enough()
print("travis_fold:end:small_icons")
else: