summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-22 11:39:24 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-22 11:59:40 -0700
commit5a7b4a30fb75c58b7944b4a5612883e5470539de (patch)
treee7e5ecb8b4da94e4e3b15eb23493248af105853e /.travis.yml
parentd12cffbdfd4c55b3ddeec45f5bcb30719a298c83 (diff)
downloadchef-5a7b4a30fb75c58b7944b4a5612883e5470539de.tar.gz
Run Pedant against local mode in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index b8eb285561..74b7d393ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,11 +11,15 @@ before_install:
- gem update --system 2.1.11
- gem --version
-rvm:
- - 1.8.7
- - 1.9.3
- - 2.0.0
- - 2.1.0
+matrix:
+ include:
+ - rvm: 1.8.7
+ - rvm: 1.9.3
+ - rvm: 2.0.0
+ - rvm: 2.1.0
+ - rvm: 2.1.0
+ gemfile: pedant.gemfile
+ script: bundle exec pedant
branches:
only: