add travis and appveyor requirements
This commit is contained in:
parent
cf74a98212
commit
b318eea93d
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue