Override app list for Travis CI testing for better speed.
This commit is contained in:
parent
64f3b829a4
commit
1bb7c60deb
@ -35,6 +35,9 @@ script:
|
|||||||
# Check the role/playbook's syntax.
|
# Check the role/playbook's syntax.
|
||||||
- "ansible-playbook main.yml --syntax-check"
|
- "ansible-playbook main.yml --syntax-check"
|
||||||
|
|
||||||
|
# Copy test config.yml into place.
|
||||||
|
- "cp tests/config.yml config.yml"
|
||||||
|
|
||||||
# Test the playbook.
|
# Test the playbook.
|
||||||
- "travis_wait 30 ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
|
- "travis_wait 30 ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
|
||||||
|
|
||||||
|
|||||||
16
tests/config.yml
Normal file
16
tests/config.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
homebrew_installed_packages:
|
||||||
|
- autoconf
|
||||||
|
- bash-completion
|
||||||
|
- gettext
|
||||||
|
- sqlite
|
||||||
|
- ssh-copy-id
|
||||||
|
- cowsay
|
||||||
|
- readline
|
||||||
|
- pv
|
||||||
|
- wget
|
||||||
|
- wrk
|
||||||
|
|
||||||
|
homebrew_cask_apps:
|
||||||
|
- firefox
|
||||||
|
- limechat
|
||||||
|
- macvim
|
||||||
Loading…
x
Reference in New Issue
Block a user