Skip to content

Instantly share code, notes, and snippets.

@isseium
Created September 1, 2014 02:49
Show Gist options
  • Save isseium/453ca8e4a62159e38687 to your computer and use it in GitHub Desktop.
Save isseium/453ca8e4a62159e38687 to your computer and use it in GitHub Desktop.
TravisCI のタイムゾーンの変更 ref: http://qiita.com/isseium/items/f50f939b70c643e05cad
before_script:
- echo 'Canada/Pacific' | sudo tee /etc/timezone
- sudo dpkg-reconfigure --frontend noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment