Move stuff around

test execution -> travis
logic -> partialTests.sh
This commit is contained in:
George Lu
2018-06-05 15:20:34 -07:00
parent 0fd450af7b
commit 8e6267503b
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ matrix:
- env: Cmd='make lz4install && make -C tests test-lz4'
- env: Cmd='bash tests/partialTests.sh'
# tag-specific test
- if: tag =~ ^v[0-9]\.[0-9]
env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH'