summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-29 22:03:48 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 12:55:02 -0700
commite6959f4e9306a65ac52bc9087acdf4a0bccc2f59 (patch)
tree1da4ef4cf6f742d8d62587d20ff01639278a0659 /.travis.yml
parentd1a0e4b9dc4b5f00ce7fa5d56866fa0cbe8413e9 (diff)
downloadchef-e6959f4e9306a65ac52bc9087acdf4a0bccc2f59.tar.gz
Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poise
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d7ad317e28..5f616dd95d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,21 @@ matrix:
gemfile: pedant.gemfile
script: bundle exec rake pedant
### START TEST KITCHEN ONLY ###
+ - rvm: 2.2
+ script: bundle exec rake chefspec_spec
+ - rvm: 2.2
+ script: bundle exec rake chef_sugar_spec
+ - rvm: 2.2
+ script: bundle exec rake chef_rewind_spec
+ - rvm: 2.2
+ script: bundle exec rake foodcritic_spec
+ - rvm: 2.2
+ script: bundle exec rake halite_spec
+ - rvm: 2.2
+ script: bundle exec rake poise_spec
+ # Not working yet: halite
+ # - rvm: 2.2
+ # script: bundle exec rake poise_spec
- rvm: 2.1
gemfile: kitchen-tests/Gemfile
before_install: