From 0376da0a3e08bf5f27983c4e937293fd40b8d2b8 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 19 Sep 2017 16:41:56 +0100 Subject: See if we can stop travis runaway when generating docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d66002a3..6ab7543f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ script: cd doc/html; git checkout gh-pages; cd ../..; - CXX=g++-7 ctest -S .docs.cmake -V; + CXX=clang++-4.0 ctest -S .docs.cmake -V; cd doc/html; git add . || true; git commit -a -m "Travis CI updates documentation" || true; -- cgit v1.2.3