summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNoah Campbell <noahcampbell@gmail.com>2013-08-12 09:41:41 -0700
committerNoah Campbell <noahcampbell@gmail.com>2013-08-12 12:04:04 -0700
commit0305c82513dec62e1bb2ca2701f675e1ed37687e (patch)
treeaee3e6ea4b20a505d3ecd58ddd1783d114094f2e /.travis.yml
parentf610d45cd85b622d89e1e4112e20bb8307761bf1 (diff)
Move timezone tests to integration test.
Interacting with timezones will result in checks against the filesystem. This access, by definition, is an integration test. Creating a *integration_test.go file will signify this change. When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not seem to support shortcode timezones, think PST. In this case, the tests are skipped. This is not ideal, but the IRC #go-nuts channel has indicated timezone support is still lacking. We should advise users of hugo that timezone support may be an issue and report any odd behavior. The workaround is to use numeric timezones (-08:00 for PST, etc.)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 98334df4c..b1081131c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
-language: go
-go:
- - 1.1
+language: go
+go:
+ - 1.1