travis test matrix excludes rvm 1.9.3 when puppet < 3.0

http://docs.puppetlabs.com/guides/platforms.html#ruby-versions
asserts that Puppet older than 3.0 do not support Ruby 1.9.3

After this commit, the travis test matrix aligns with
the PuppetLabs platform support matrix as currently published.
This commit is contained in:
Paul Morgan 2014-01-20 15:19:30 +00:00
Родитель b3f0ee44b7
Коммит 5296c57541
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,3 +19,5 @@ matrix:
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 1.9.3
env: PUPPET_VERSION="~> 2.7.0"