Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 52d62ab

Browse files
committed
Merge pull request #38 from hardening-io/improve_travis_tests
Add more travis-tests
2 parents 9a3af69 + 78bc611 commit 52d62ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ install:
1010
- echo -e '[defaults]\nroles_path = ./roles\nhostfile = ./spec/inventory' > ansible.cfg
1111
script:
1212
- ansible-playbook --syntax-check spec/travis.yml
13-
- ansible-playbook --sudo -v --diff spec/travis.yml
13+
- ansible-playbook --sudo -v --diff spec/travis.yml
14+
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "network_ipv6_enable=true ssh_allow_root_with_key=true ssh_client_password_login=true ssh_client_cbc_required=true ssh_server_weak_hmac=true ssh_client_weak_kex=true"

0 commit comments

Comments
 (0)