mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Override app list for Travis CI testing for better speed.
This commit is contained in:
parent
64f3b829a4
commit
1bb7c60deb
2 changed files with 19 additions and 0 deletions
|
@ -35,6 +35,9 @@ script:
|
|||
# Check the role/playbook's syntax.
|
||||
- "ansible-playbook main.yml --syntax-check"
|
||||
|
||||
# Copy test config.yml into place.
|
||||
- "cp tests/config.yml config.yml"
|
||||
|
||||
# Test the playbook.
|
||||
- "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…
Reference in a new issue