diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-08 18:18:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@firefly.ukcod.org.uk> | 2012-10-08 18:18:29 +0100 |
commit | 7a3b06d61f63f34eed12029c974dc66d6ffbdc87 (patch) | |
tree | 816d6ef3e8189a6af36e672949340be997b06074 /.travis.yml | |
parent | 0a07e772c8c7682f0b8717bed5a8b7e321c25665 (diff) |
Add TIME_ZONE variable for local display of times.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6232140a4..dcf35ab60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ language: perl perl: - "5.14" +branches: + only: + - master + before_install: - sudo apt-get update -qq - sudo apt-get install -qq jhead |