Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theborch committed Jan 30, 2015
1 parent d04cdae commit 5de4faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ env:
- secure: hrXMJI33u1PJWxaodAqdGN+DV5IA62TyFkTmt+P41buOtW+RlhtrdpYwslNnUpU/LoX/MUga025h2EJgvO2bZZjlQnpNdk3LcZoO6KduOAEvSOKwrYDzozyRizu9WgcrASpOVCwsgT6H8Kr++IVQ9dLTIkuecFL1QMzbua8WSBo=
- secure: XetQF9SdeN8/PPQhwe+Sc4GjO2Vdc5S+cKQBVQoJpJxWew3oq48aFLRctoje2tLLmG7AGdIkNr95DviRgL5NPqSd7oXlddDse30vChMa3XFWL9jib3ylBxNRaRMbWl84Q3+WhFCg7Fa40CnKyvw3obaTeAkDzahdQEM80ttHmeg=
- secure: CW+tEuLQgPLVOcTEgRxTGZKUsJLEevIe9YdW6igS9Sd1mre0uQUOV4M+M51Usf8HCSSFUV7vKjzxJ+AFfAjNe6CaUhH2ML8YY2vKFqfQRXRntTPKp7XTZ4q6xkrThPc6Sjl59XmMMTiKIEU9VNfdLYiVIw+VDj99sRuNa3qs+xs=
- KITCHEN_LOCAL_YAML='.kitchen.cloud.yml'
matrix:
- KITCHEN_INSTANCE='default-centos-65'
- KITCHEN_INSTANCE='default-debian-70'
- KITCHEN_INSTANCE='default-ubuntu-1004'
- KITCHEN_INSTANCE='default-ubuntu-1204'
- KITCHEN_INSTANCE='default-ubuntu-1204'
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace :integration do

if run_kitchen
Kitchen.logger = Kitchen.default_file_logger
@loader = Kitchen::Loader::YAML.new(project_config: './.kitchen.cloud.yml')
@loader = Kitchen::Loader::YAML.new(local_config: './.kitchen.cloud.yml')
config = Kitchen::Config.new(loader: @loader)
config.instances.each do |instance|
instance.test(:always)
Expand Down

0 comments on commit 5de4faa

Please sign in to comment.