summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-08-10 16:20:02 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-08-10 16:20:02 -0700
commit27e01d76c82e4c64953278399644b6f2cf6417bf (patch)
treefb7324d4f19c17090e687982fff1ae4654a6d1c5 /.travis.yml
parentcdae8d9618063366fa641d3448a672a20521dea3 (diff)
downloadchef-27e01d76c82e4c64953278399644b6f2cf6417bf.tar.gz
review fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 50229f7537..d6c6cd0f04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -321,6 +321,8 @@ matrix:
- cat /tmp/out.txt
- sudo cat /var/log/squid3/cache.log
- sudo cat /var/log/squid3/access.log
+ # Use test-kitchen to launch a centos docker container to run the full rspec tests against. This catches
+ # errors in travis, before PRs are merged, hopefully before they become errors in jenkins.
- rvm: 2.4.4
services: docker
sudo: required