summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d52843fa..a43775d16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,9 @@ matrix:
- go: tip
fast_finish: true
install:
- - make govendor
+ - make vendor
script:
- - make check
- # Test 64-bit alignment on 32-bit builds
- - env GOARCH=386 make test
- - go build -race
+ - make hugo-race check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install: