Created
September 1, 2014 02:49
-
-
Save isseium/453ca8e4a62159e38687 to your computer and use it in GitHub Desktop.
TravisCI のタイムゾーンの変更 ref: http://qiita.com/isseium/items/f50f939b70c643e05cad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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