travis.yml: fix versionsTest target

This commit is contained in:
Przemyslaw Skibinski
2017-02-22 09:36:42 +01:00
parent 2e8ae51f8c
commit 3d836bfd18
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ namespaceTest:
if $(CC) namespaceTest.c ../lib/common/xxhash.c -o $@ ; then echo compilation should fail; exit 1 ; fi
$(RM) $@
versionsTest:
versionsTest: clean
$(PYTHON) test-zstd-versions.py
clean: