Skip to content

Commit

Permalink
No need to specify Ruby patch version on Travis CI
Browse files Browse the repository at this point in the history
Travis CI now select the latest patch version of Ruby automatically when
given MAJOR.MINOR version string.
  • Loading branch information
sikachu committed Feb 5, 2016
1 parent a640da4 commit 4dd0cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ env:
- "GEM=aj:integration"
- "GEM=guides"
rvm:
- 2.2.4
- 2.3.0
- 2.2
- 2.3
- ruby-head
matrix:
allow_failures:
Expand Down

0 comments on commit 4dd0cdd

Please sign in to comment.