Skip to content

Commit 05da37a

Browse files
committed
Merge pull request #1 from ktosiek/travis
Add Travis
2 parents c5a2790 + 8495207 commit 05da37a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
driver:
3-
name: vagrant
3+
name: <%= ENV['KITCHEN_STYLE'] || 'vagrant' %>
44

55
provisioner:
66
name: ansible_playbook

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: ruby
2+
rvm:
3+
- 1.9.3
4+
install: gem install test-kitchen kitchen-ansible kitchen-local
5+
script:
6+
- KITCHEN_STYLE=local kitchen test

0 commit comments

Comments
 (0)