add travis and appveyor requirements
This commit is contained in:
parent
cf74a98212
commit
b318eea93d
|
@ -185,4 +185,10 @@ before_install:
|
||||||
pip install --user beautysh;
|
pip install --user beautysh;
|
||||||
else
|
else
|
||||||
pip install beautysh;
|
pip install beautysh;
|
||||||
|
fi
|
||||||
|
# terraform
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
brew install terraform;
|
||||||
|
else
|
||||||
|
docker pull hashicorp/terraform;
|
||||||
fi
|
fi
|
|
@ -98,6 +98,10 @@ install:
|
||||||
- cinst emacs -y
|
- cinst emacs -y
|
||||||
- where emacs
|
- where emacs
|
||||||
|
|
||||||
|
# terraform
|
||||||
|
- cinst terraform -y
|
||||||
|
- where terraform
|
||||||
|
|
||||||
# FIXME: Enable allowEmptyChecksums, until someone fixes the checksum issue of php
|
# FIXME: Enable allowEmptyChecksums, until someone fixes the checksum issue of php
|
||||||
- choco feature enable -n allowEmptyChecksums
|
- choco feature enable -n allowEmptyChecksums
|
||||||
# PHP
|
# PHP
|
||||||
|
|
Loading…
Reference in New Issue