1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

travis: skip unsupported utils on stable/beta builds

This commit is contained in:
Michael Gehring 2016-01-06 13:09:17 +01:00
parent 027e02db8b
commit cac838155e
3 changed files with 30 additions and 5 deletions

View file

@ -40,11 +40,11 @@ generic = [
"dirname",
"echo",
"env",
"expand",
"expand", # skip_on_beta
"expr",
"factor",
"false",
"fmt",
"fmt", # skip_on_beta
"fold",
"hashsum",
"head",
@ -56,7 +56,7 @@ generic = [
"od",
"paste",
"printenv",
"ptx",
"ptx", # skip_on_stable
"pwd",
"readlink",
"realpath",
@ -75,11 +75,11 @@ generic = [
"tail",
"tee",
"test",
"tr",
"tr", # skip_on_beta
"true",
"truncate",
"tsort",
"unexpand",
"unexpand", # skip_on_beta
"uniq",
"wc",
"whoami",