1
Fork 0
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:
Alex Lyon 2018-06-08 15:14:43 -07:00 committed by GitHub
parent 38968061a9
commit 49fe4d2138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: