summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-07-28 00:50:18 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-07-28 00:50:18 -0400
commit1696203589b66cc374bd8f5f21e82d5b92eb391b (patch)
tree93a15c030b17d2f3e21e48554d269b7bf742ab9b
parentb779d0d0e2d11471241f647c96e6f91683d3c5a0 (diff)
parent8575883fe1cc90f5e3b5aa1e43e7c8a996ddbc35 (diff)
Merge pull request #100 from daniellawrence/remove_ruby_1.8.7_support
Removed support for ruby 1.8.7 during tests.
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f6cc003..bfe2d16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,6 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
matrix:
fast_finish: true
include:
- - rvm: 1.8.7
- env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- - rvm: 1.8.7
- env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
@@ -20,4 +16,4 @@ matrix:
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.6.2" STRICT_VARIABLES="yes"
notifications:
- email: false \ No newline at end of file
+ email: false