diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2017-06-11 14:45:59 -0500 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2017-06-11 14:45:59 -0500 |
commit | 86b8f5a1028386665c2c43bff2962b8ea476be78 (patch) | |
tree | baa33b7b10d47e55623db5a482279cc09f4779a6 /.travis.yml | |
parent | 30c2fe465f60f790db28eb5cca7f56ee2b3c00ec (diff) | |
download | ntp-86b8f5a1028386665c2c43bff2962b8ea476be78.tar.gz ntp-86b8f5a1028386665c2c43bff2962b8ea476be78.tar.bz2 ntp-86b8f5a1028386665c2c43bff2962b8ea476be78.tar.xz ntp-86b8f5a1028386665c2c43bff2962b8ea476be78.zip |
Fixes #33: Install tzdata alongside ntp so timezone data is present.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6eb20a4..563f83c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - distro: ubuntu1404 - distro: ubuntu1204 - distro: fedora24 - # - distro: debian8 + - distro: debian8 script: # Download test shim. |