Skip to content

Commit 7fb1520

Browse files
committed
Only run CA tests on travis-ci
The CA tests added in #673 run locally even when I don't have internet, which can make the tests slower. Now they'll only run on travis-ci which can take all the time it likes, but will give similar value.
1 parent c1480c6 commit 7fb1520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/rubygems/test_bundled_ca.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ def test_accessing_s3
4848
assert_https('s3.amazonaws.com')
4949
end
5050

51-
end
51+
end if ENV['TRAVIS']
52+

0 commit comments

Comments
 (0)