diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d5a693a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: ruby +rvm: + - "1.9.2" + - "1.9.3" \ No newline at end of file diff --git a/README.md b/README.md index d06ff2d..edeb374 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ LinuxAdmin is a module to simplify management of linux systems. It should be a single place to manage various system level configurations, registration, updates, etc. +## Supported Rubies +* MRI 1.9 + ## Installation Add this line to your application's Gemfile: diff --git a/travis.yml b/travis.yml deleted file mode 100644 index a3665b3..0000000 --- a/travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: ruby -rvm: - - "1.8.7" - - "1.9.2" - - "1.9.3" - - jruby-18mode # JRuby in 1.8 mode - - jruby-19mode # JRuby in 1.9 mode - - rbx-18mode - - rbx-19mode \ No newline at end of file