Skip to content

Commit ea72f75

Browse files
author
Kelly Selden
committed
chore: checkout master at current commit, not latest master
1 parent fd339bc commit ea72f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- npm run lint:js
2727
- if: branch = master AND tag IS blank AND type = push
2828
script:
29-
- git checkout master
29+
- git checkout -B master
3030
- git config --global user.email "[email protected]"
3131
- git config --global user.name "Travis CI"
3232
- git remote remove origin

0 commit comments

Comments
 (0)