projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba82a20
)
Include building hugo docs as part of test.
author
Noah Campbell
<noahcampbell@gmail.com>
Sun, 1 Sep 2013 19:02:05 +0000
(12:02 -0700)
committer
Noah Campbell
<noahcampbell@gmail.com>
Mon, 2 Sep 2013 03:03:10 +0000
(20:03 -0700)
If the building of the doc fails, tarvis will fail. This will help with
pull requests.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index b1081131c3005d1830060a1b06ab5f63fc01cd4d..98eb77b3b14b0ba3f010e9a3eebc9831b36ff121 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,3
+1,7
@@
language: go
\r
go:
\r
- 1.1
\r
+script:
\r
+ - go test ./...
\r
+ - go build
\r
+ - ./hugo -s docs/
\r