Skip to content

Commit f23a1b8

Browse files
committed
Travis: Force timezone to Pacific to make tests pass, for now.
This is a quick hack. The correct solution will be to fix tests so they pass regardless of user's timezone. See issue #6.
1 parent 714933c commit f23a1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install:
1313
- go get golang.org/x/tools/cmd/vet
1414

1515
script:
16+
- export TZ=US/Pacific # TODO: Fix this.
1617
- go get -t -v ./...
1718
- diff -u <(echo -n) <(gofmt -d ./)
1819
- go tool vet ./

0 commit comments

Comments
 (0)