1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/tests/ci_git_prep.sh
2019-06-18 15:12:29 -07:00

7 lines
152 B
Bash
Executable file

#!/bin/sh
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis CI"
git fetch
git checkout $TRAVIS_BRANCH
exit 0