We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafa6d5 commit c04ef9fCopy full SHA for c04ef9f
.travis.yml
@@ -11,6 +11,7 @@ before_install:
11
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
12
- export PATH="$HOME/.yarn/bin:$PATH"
13
- export BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
14
+ - export TZ="America/Sao_Paulo"
15
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
16
- git fetch --all
17
- git checkout "$BRANCH"
0 commit comments