summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index a5695d539..6a784f227 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: go
-sudo: required
+sudo: false
dist: trusty
go:
- 1.9.4
@@ -21,5 +21,7 @@ script:
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install:
- # gem install must be run with sudo on OSX
- - sudo gem install asciidoctor | gem install asciidoctor
+ - which asciidoctor || true
+ - gem install asciidoctor
+ - which asciidoctor || true
+ - type asciidoctor || true