about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-05-09 15:03:34 +0200
committerAjax <commial@gmail.com>2017-05-09 15:03:34 +0200
commit3d7d7994bf65c33738805adc80c0de6a705c96e7 (patch)
tree5a384b1a7f6b573e49de48a04c81771d8b11c75e /.travis.yml
parent0fe00977ae6704d3141ef7b927439cda43572b7f (diff)
downloadfocaccia-miasm-3d7d7994bf65c33738805adc80c0de6a705c96e7.tar.gz
focaccia-miasm-3d7d7994bf65c33738805adc80c0de6a705c96e7.zip
List all untracked file after test_all (should be empty)
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 3583e4ba..81e571c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,4 +49,4 @@ before_script:
 - "cd miasm;"
 - "python setup.py build build_ext -I$(pwd)/../virtualenv/include -L$(pwd)/../virtualenv/tinycc"
 - "python setup.py install"
-script: "python -c 'import z3; x = z3.BitVec(chr(0x41), 32)' && cd test && python test_all.py"
+script: "python -c 'import z3; x = z3.BitVec(chr(0x41), 32)' && cd test && python test_all.py && git ls-files -o --exclude-standard"