diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-10-30 10:13:20 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-10-30 10:13:20 -0700 |
commit | 77a876199c6f2543e8ca6a7f3c88b9089071449c (patch) | |
tree | 64e3a8e4163ba937f26d687be4856537f87da377 /.travis.yml | |
parent | 2b6d395adad6f174902fe10e83c3a97318f3698e (diff) | |
download | chef-77a876199c6f2543e8ca6a7f3c88b9089071449c.tar.gz |
Updating travis to run builds on 12-stabletball/travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dcc93fde32..7e539fd70f 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 |