Codebase list leaflet / 2609384
Try fixing Travis not building pull requests Vladimir Agafonkin 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1616 test ${TRAVIS_BRANCH} = master ||
1717 test ${TRAVIS_BRANCH} = stable &&
1818 test ${TRAVIS_PULL_REQUEST} = false &&
19 gem install travis-artifacts
19 gem install travis-artifacts || true
2020 after_success: >
2121 test ${TRAVIS_BRANCH} = master ||
2222 test ${TRAVIS_BRANCH} = stable &&