summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-03-26 14:44:25 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-03-26 14:44:25 +0100
commit37ba17b36458a6285ee91444375884c7a0ab7502 (patch)
treef67a692932e5f9b9d28dd5cc52680507f6e4416b
parent2f0b126e9e5bfd0eeed2dfd01fa8d357977e7b70 (diff)
travis-ci: fix typo
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b286f9..af98557 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,6 @@ before_script: mkdir cmake-build
script:
- cd cmake-build
- cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
- - make distclean
+ - make clean
- cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
- - make distclean
+ - make clean