From 1bb7c60deb722c7454d89ed682350522cc4d8e7d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 30 May 2018 13:02:33 -0500 Subject: [PATCH] Override app list for Travis CI testing for better speed. --- .travis.yml | 3 +++ tests/config.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/config.yml diff --git a/.travis.yml b/.travis.yml index 2b2ca7b..dc520a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/tests/config.yml b/tests/config.yml new file mode 100644 index 0000000..3976ad1 --- /dev/null +++ b/tests/config.yml @@ -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