Skip to content

Commit

Permalink
CI: trigger rusty_blank builds after Ruby 2.4.x is successful
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 29, 2017
1 parent 3f277a5 commit 6670935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/after_success.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def trigger_travis_build():

if __name__ == '__main__':
if (os.environ['TRAVIS_OS_NAME'] == 'linux' and
os.environ['TRAVIS_RUBY_VERSION'].startswith('2.3.')):
os.environ['TRAVIS_RUBY_VERSION'].startswith('2.4.')):
trigger_appveyor_build()
trigger_travis_build()

0 comments on commit 6670935

Please sign in to comment.