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:
parent
027e02db8b
commit
cac838155e
3 changed files with 30 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue