Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-19 18:41:56 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-19 18:41:56 +0300
commit0376da0a3e08bf5f27983c4e937293fd40b8d2b8 (patch)
tree02721214eef870b66c2efbf59c21f7db7679071f /.travis.yml
parent517ac40dcadc92355191f6bb608158971ceacb9b (diff)
See if we can stop travis runaway when generating docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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;