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
The way Travis performs git checkouts puts the working directory in
detached HEAD state. This breaks the logic for deriving version numbers
from branch names in the build script.
This commit updates the Travis build to replace the detached head
checkout with a branch checkout if necessary.
0 commit comments