Skip to content

Commit 494d7a1

Browse files
committed
Merge tag 'upstream/2.1.9' into master-2.1
Upstream version 2.1.9
2 parents a68a72a + 402a4cb commit 494d7a1

File tree

239 files changed

+5873
-1425
lines changed

Some content is hidden

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

239 files changed

+5873
-1425
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)