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

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-07 19:17:09 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-07 19:17:09 +0400
commit7384fe979c4f65196ae939c9f5bce1933723dc08 (patch)
tree3b61b6b261c95e86da3e64c9749516d11ea6f75d /.travis.yml
parent71901bc84e8a293630fefcf95ac42d8692d595d6 (diff)
Change directory
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b940e87..a103074a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,9 @@ script:
- make -C build/gmake -f example.make
- cd bin
- ./unittest_${config_suffix}
- - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
- - ./perftest_${config_suffix}
+# - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
+# - ./perftest_${config_suffix}
after_script:
+ - cd "${TRAVIS_BUILD_DIR}"
- doxygen build/Doxyfile