Skip to content

Commit b3255a8

Browse files
committed
Merge pull request #28 from github/dbussink/ruby-2-1-7
Update to 2.1.7
2 parents 220f6fe + eef7698 commit b3255a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1480
-287
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ compiler:
3131
# far since the 1.9.1 release.
3232
before_install:
3333
- "sudo apt-get -qq update"
34+
# Travis ships an outdated, broken version of libssl by default
35+
- "sudo apt-get -qq --only-upgrade install '^libssl.*'"
3436
- "sudo apt-get -qq install $CC" # upgrade if any
3537
install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
3638

0 commit comments

Comments
 (0)