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
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,25 @@ def test_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