Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
replace 2 older rubies with 2 newer rubies
  • Loading branch information
cooljeanius committed Sep 30, 2023
1 parent 446e4c9 commit c4c4fbf
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 @@ -16,10 +16,10 @@ before_install:
- export LDFLAGS="${LDFLAGS} $(icu-config --ldflags) $(pkg-config --libs zlib) -L/usr/lib"
- env | uniq | sort | uniq
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- ree
notifications:
disabled: true

0 comments on commit c4c4fbf

Please sign in to comment.