diff options
Diffstat (limited to 'kitchen-tests/.kitchen.travis.yml')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index 6ea825fc12..4fd6a78900 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -20,16 +20,6 @@ platforms: availability_zone: "us-west-2b" ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> security_group_ids: ["travis-ci"] - - name: rhel-7.0 - driver_plugin: ec2 - driver_config: - region: "us-west-2" - availability_zone: "us-west-2b" - ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> - security_group_ids: ["travis-ci"] - image_id: ami-77d7a747 - flavor_id: m3.medium - username: ec2-user suites: - name: webapp |