mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
Fix .travis.yml
This commit is contained in:
parent
38968061a9
commit
49fe4d2138
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ script:
|
|||
- if [ ! $REDOX ]; then cargo test $CARGO_ARGS --features "$FEATURES" --no-fail-fast; fi
|
||||
- mkdir installdir_test
|
||||
- DESTDIR=installdir_test make install
|
||||
- [ `ls installdir_test/usr/bin | wc -l` -gt 0 ]
|
||||
- "[ `ls installdir_test/usr/bin | wc -l` -gt 0 ]"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue