Last active
July 15, 2016 22:12
-
-
Save kumar303/edfc89b705fd33a5e04fb6210e519d2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_install: | |
# Create a master branch for conventional-changelog-lint | |
- git remote set-branches origin master | |
- git fetch | |
- git checkout master | |
# Check out the commit that TravisCI started on: | |
- git checkout - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment