From b318eea93de5b4c347b93ce65eff5db92c5c26ac Mon Sep 17 00:00:00 2001 From: Malte Brodersen Date: Wed, 11 Oct 2017 20:39:29 +0200 Subject: [PATCH] add travis and appveyor requirements --- .travis.yml | 6 ++++++ appveyor.yml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc65e27..b8f6995 100644 --- a/.travis.yml +++ b/.travis.yml @@ -185,4 +185,10 @@ before_install: pip install --user beautysh; else pip install beautysh; + fi + # terraform + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + brew install terraform; + else + docker pull hashicorp/terraform; fi \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index cbf5041..bf21dfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -98,6 +98,10 @@ install: - cinst emacs -y - where emacs + # terraform + - cinst terraform -y + - where terraform + # FIXME: Enable allowEmptyChecksums, until someone fixes the checksum issue of php - choco feature enable -n allowEmptyChecksums # PHP