mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
7c7d557c3a
Changed layout so that all ENV vars are set in one build
12 lines
240 B
YAML
12 lines
240 B
YAML
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
rvm:
|
|
- 2.3.1
|
|
|
|
env:
|
|
- AZURE_VM_NAME="example-01" AZURE_RESOURCE_GROUP_NAME="MyResourceGroup" AZURE_CREDS_FILE=".travis_azure_creds"
|
|
|
|
bundler_args: --without integration
|
|
script: bundle exec rake
|