diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-10 16:20:02 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-10 16:20:02 -0700 |
commit | 27e01d76c82e4c64953278399644b6f2cf6417bf (patch) | |
tree | fb7324d4f19c17090e687982fff1ae4654a6d1c5 /.travis.yml | |
parent | cdae8d9618063366fa641d3448a672a20521dea3 (diff) | |
download | chef-27e01d76c82e4c64953278399644b6f2cf6417bf.tar.gz |
review fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |