diff options
author | Pablo Barciela <[email protected]> | 2020-05-30 00:31:08 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-30 00:40:42 +0200 |
commit | 5349374ffc282e17fcad9e63ff46031a31ec47b5 (patch) | |
tree | 693c142d970482dad502d1efd0af2e04a436e181 /.build.yml | |
parent | 4422e8100aa235739e83e61ee3e57d426793e731 (diff) | |
download | libmateweather-5349374ffc282e17fcad9e63ff46031a31ec47b5.tar.bz2 libmateweather-5349374ffc282e17fcad9e63ff46031a31ec47b5.tar.xz |
Travis CI: build: add tzdata
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,7 @@ requires: - libsoup - make - mate-common + - tzdata - which debian: @@ -32,6 +33,7 @@ requires: - libxml2-utils - make - mate-common + - tzdata fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/libmateweather.git @@ -47,6 +49,7 @@ requires: - make - mate-common - redhat-rpm-config + - tzdata ubuntu: - autopoint |