1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

fixed .travis.yml

This commit is contained in:
Przemyslaw Skibinski 2016-11-14 16:39:17 +01:00
parent 9f26f72f97
commit 15d9815a18

View File

@ -143,4 +143,8 @@ matrix:
script:
- JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | sed -e 's:[0-9][0-9]*\.\(.*\):\1:'
- [ $JOB_NUMBER -eq 9 ] | [ $JOB_NUMBER -eq 10 ] && sh -c "$Cmd"
- |
if [ $JOB_NUMBER -eq 9 || $JOB_NUMBER -eq 10 ]; then
sh -c "$Cmd"
fi