mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-14 09:00:35 +00:00
add fixed ruby version to travis.yml
This commit is contained in:
parent
75e778ad9c
commit
c6b7caefb7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
.bundle
|
.bundle
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
pkg/
|
||||||
|
vendor/
|
||||||
|
@ -10,3 +10,7 @@ matrix:
|
|||||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.1
|
||||||
|
- jruby
|
||||||
|
Loading…
Reference in New Issue
Block a user