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
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
Currently only the last commit that triggered a build on Travis is checked for a triggering command (TRAVIS_COMMIT). Travis provides also variable TRAVIS_COMMIT_RANGE which contains all the commits which were pushed to remote and triggered the build.
Question. Do you see any issues (also gain) with that approach (with possibly multiple commits)?
Currently only the last commit that triggered a build on Travis is checked for a triggering command (
TRAVIS_COMMIT). Travis provides also variableTRAVIS_COMMIT_RANGEwhich contains all the commits which were pushed to remote and triggered the build.Question. Do you see any issues (also gain) with that approach (with possibly multiple commits)?