diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-10-31 09:28:05 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-10-31 09:28:05 -0700 |
commit | ac34449bf03ca474bbef95b56c9dacd8d35a0960 (patch) | |
tree | 99224807a980fd3d2ae8b3832783d9a25bbec3fc | |
parent | faf08b631a72e7c721c697e5bdd198c447391f67 (diff) | |
download | chef-ac34449bf03ca474bbef95b56c9dacd8d35a0960.tar.gz |
cherry picking https://github.com/opscode/chef/pull/2326 to 12-stable
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 65d28d0f68..c9f1bdfd12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ branches: - master - 10-stable - 11-stable + - 12-stable script: bundle exec rspec --color --format progress |