summaryrefslogtreecommitdiff
path: root/.travis.build
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-03-03 17:02:08 -0800
committerFred Wright <fw@fwright.net>2017-03-03 17:02:08 -0800
commit394653dfa6d0e1f26b143ffbeefbbfce5f4c3ae2 (patch)
treef48683901fe717ea5edb8f36ee4b1a42d01ca595 /.travis.build
parent4475a5f746b7d080eaedf6d5a5e54b70c4025e53 (diff)
downloadgpsd-394653dfa6d0e1f26b143ffbeefbbfce5f4c3ae2.tar.gz
Adds 'www' target to Travis build.
This allows errors building the website pages to be caught. This is the second attempt at this change, after fixing a bug in handling the missing asciidoc case.
Diffstat (limited to '.travis.build')
-rw-r--r--.travis.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.build b/.travis.build
index 1282b628..7141e2d2 100644
--- a/.travis.build
+++ b/.travis.build
@@ -31,5 +31,5 @@ for py in $PYTHONS; do
python${py}-dbg /usr/bin/scons ${SCONSOPTS}
done
-/usr/bin/scons build-all check
+/usr/bin/scons build-all www check