You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/appveyor_status.rb
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ class AppVeyorStatusTest < Minitest::Test
14
14
deftest_appveyor_status
15
15
skip"Branch is NOT master and/or Ruby != 2.5.1, so AppVeyor check before deployment will not be run."ifENV["TRAVIS_BRANCH"] != "master" || ENV["TRAVIS_RUBY_VERSION"] != "2.5.1"
0 commit comments