diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-06-19 20:34:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-06-19 20:35:11 +0200 |
commit | 6b0a0741b84176c6367764cb696431a1e9ee32ba (patch) | |
tree | 20106723d69765f50df8e33d9d2f6f812917614c /dev-ruby/travis | |
parent | dev-util/buildbot-waterfall-view: Version bump (diff) | |
download | gentoo-6b0a0741b84176c6367764cb696431a1e9ee32ba.tar.gz gentoo-6b0a0741b84176c6367764cb696431a1e9ee32ba.tar.bz2 gentoo-6b0a0741b84176c6367764cb696431a1e9ee32ba.zip |
dev-ruby/travis: add ruby23
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/travis')
-rw-r--r-- | dev-ruby/travis/travis-1.8.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/travis/travis-1.8.8.ebuild b/dev-ruby/travis/travis-1.8.8.ebuild index 98bfe3e60c4a..b25969667d39 100644 --- a/dev-ruby/travis/travis-1.8.8.ebuild +++ b/dev-ruby/travis/travis-1.8.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec" |