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-08 04:33:14 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-08 04:33:14 +0400
commitb85f16154f2b36608c35a0cb409948b8a60be638 (patch)
treebadffc599644785991519ebc02e2422647e68618 /.travis.yml
parent45e246365cfae81135585ceeb6152952c10bc52a (diff)
fixes whitespaces
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9773057c..e23ef628 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ before_script:
script:
- make -C build/gmake -f test.make
- - make -C build/gmake -f example.make
- - cd bin
+ - make -C build/gmake -f example.make
+ - cd bin
- ./unittest_${config_suffix}
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
- if [ "$config" = "release64" ]; then ./perftest_${config_suffix}; fi