Skip to content

Commit

Permalink
Update travis.yml to run against latest versions of Ruby instead of s…
Browse files Browse the repository at this point in the history
…pecifying patchlevel
  • Loading branch information
joshuaclayton committed Jan 8, 2012
1 parent d918c1d commit b734b58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,7 +1,8 @@
rvm:
- ree-1.8.7-2011.03
- 1.8.7-p352
- 1.9.2-p290
- ree-1.8.7
- 1.8.7
- 1.9.2
- 1.9.3
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile
Expand Down

0 comments on commit b734b58

Please sign in to comment.