This website requires JavaScript.
Explore
Help
Sign In
github
/
hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
mirror of
https://github.com/gohugoio/hugo.git
synced
2024-11-07 20:30:36 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
34ac562ce4
hugo
/
.travis.yml
8 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
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.)
2013-08-12 12:41:41 -04:00
language
:
go
go
:
-
1.1
Include building hugo docs as part of test. If the building of the doc fails, tarvis will fail. This will help with pull requests.
2013-09-01 15:02:05 -04:00
script
:
-
go test ./...
-
go build
-
./hugo -s docs/
Reference in a new issue
Copy permalink