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-20 19:01:24 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-20 19:01:24 +0300
commitc3d4648760ebaf31208d89ad245c640725c2ce4b (patch)
tree49fa2a0c0e5422cdb1da91251132d2f69a292381 /.travis.yml
parent76b12e0850b831bc57a07348535c31524e91bafb (diff)
Print mount flags on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d703649..a83f1acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,7 @@ cache:
- doxygen-1.8.13
before_install:
- - rm -rf doxygen-1.8.13;
+ -
DOXYGEN_VERSION=1.8.13;
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
if [ -z "$(ls -A doxygen-$DOXYGEN_VERSION)" ]; then
@@ -62,6 +62,7 @@ before_install:
fi
- git checkout master
- git submodule update --init --recursive
+ - mount
script:
-