diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-16 10:29:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-16 10:29:19 -0700 |
commit | 68a6c0e333b7fca1f4800954b239570d719c7f5c (patch) | |
tree | 148136f1bf48ec13175058fa79d8561457c5d993 | |
parent | b7ac062212c038c23226a64bea5acb77d95a0775 (diff) | |
download | mixlib-cli-68a6c0e333b7fca1f4800954b239570d719c7f5c.tar.gz |
Specify 2.3.0 not 2.3
RVM doesn't have an alias for 2.3 yet
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8462f66..34f5449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ rvm: - 2.0 - 2.1 - 2.2 - - 2.3 + - 2.3.0 script: - bundle exec chefstyle |