We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f778cdf + d29188f commit 2dad177Copy full SHA for 2dad177
2 files changed
.travis.yml
@@ -1,6 +1,10 @@
1
+dist: xenial
2
language: ruby
3
rvm:
- - 2.3.0
4
+ - 2.3.8
5
+ - 2.4.5
6
+ - 2.5.3
7
+ - 2.6.3
8
- jruby-19mode
9
- rbx-19mode
10
- ruby-head
@@ -11,6 +15,6 @@ matrix:
11
15
- rvm: ruby-head
12
16
notifications:
13
17
irc: "irc.freenode.org#adhearsion"
14
-sudo: true
18
before_install:
19
+ - rvm list
20
- sudo apt-get install libpcap-dev -y
spec/sippy_cup/runner_spec.rb
@@ -534,7 +534,7 @@ def active_thread_count
534
end
535
536
it "proxies stderr to the terminal" do
537
- expect(capture(:stderr) { subject.run }.strip).to eq(error_string)
+ expect(capture(:stderr) { subject.run }.strip).to include(error_string)
538
539
540
it "does not leak threads" do
0 commit comments