Skip to content

Commit c04ef9f

Browse files
committed
chore(travis): set Timezone env var to "America/Sao_Paulo"
1 parent cafa6d5 commit c04ef9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before_install:
1111
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
1212
- export PATH="$HOME/.yarn/bin:$PATH"
1313
- export BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
14+
- export TZ="America/Sao_Paulo"
1415
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
1516
- git fetch --all
1617
- git checkout "$BRANCH"

0 commit comments

Comments
 (0)