Skip to content

Commit

Permalink
Disable NTP checks on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Sep 28, 2016
1 parent 02b7e8b commit 9a63b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Due to Docker limitations, we can't check:
- Setting locales
- Configure unbound
- Configure sysctl
- Install NTP (it seems /etc/ntp.conf is rewrited between to launch, it breaks idempotence)


License
Expand Down
2 changes: 1 addition & 1 deletion tests/test-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
dbs_set_hostname: false
dbs_set_locale: false
dbs_use_systemd: true
dbs_set_ntp: false
dbs_sysctl_config: []
# <-- Travis
dbs_uninstall_packages:
Expand All @@ -32,7 +33,6 @@
- name: 'regis'
ssh_keys: []
state: 'absent'
dbs_ntp_pkg: 'ntp'
roles:
- ../../

0 comments on commit 9a63b27

Please sign in to comment.