summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2012-06-22 17:55:32 +0200
committerMichael Schroeder <mls@suse.de>2012-06-22 17:55:48 +0200
commitd5986ae653dc3364ff444789e4a4e5a0119dd926 (patch)
tree1994febae2b6217eda48864a71365423f22316d4 /.travis.yml
parent39a6061c00b43fa28764a3b04dbde1a86da2cd0b (diff)
downloadlibsolv-d5986ae653dc3364ff444789e4a4e5a0119dd926.tar.gz
libsolv-d5986ae653dc3364ff444789e4a4e5a0119dd926.tar.bz2
libsolv-d5986ae653dc3364ff444789e4a4e5a0119dd926.zip
- fix testcase writing bugs
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 13b02bd..8d7dda5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: C
before_script: sudo apt-get install cmake
-script: mkdir build && cd build && cmake -DDEBIAN=1 .. && make && make test
+script: mkdir build && cd build && cmake -DDEBIAN=1 -DMULTI_SEMANTICS=1 .. && make && make test