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
@revett upon research I stumbled upon the fact that $TRAVIS_BRANCH is either empty or contains the tag name on tagged builds, which is why the build runs make check-versions.
Problem
Example: https://travis-ci.org/CityOfZion/neo-local/builds/409058230
CI builds on the master branch or a tag should ignore the
make check-version
check as that should apply to a feature branch.See:
neo-local/scripts/travis.sh
Lines 1 to 12 in fb455db
The text was updated successfully, but these errors were encountered: