Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Remove older versions from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Feb 21, 2014
1 parent c123e0a commit ed0bc8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
@@ -1,8 +1,7 @@
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode
- rbx
- 2.0.0
- 2.1.0

Expand All @@ -13,8 +12,6 @@ before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"

gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
Expand All @@ -24,9 +21,3 @@ matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode

exclude:
- rvm: 1.9.2
gemfile: gemfiles/4.0.gemfile
- rvm: 1.9.2
gemfile: gemfiles/4.1.gemfile
11 changes: 0 additions & 11 deletions gemfiles/3.0.gemfile

This file was deleted.

11 changes: 0 additions & 11 deletions gemfiles/3.1.gemfile

This file was deleted.

0 comments on commit ed0bc8d

Please sign in to comment.