Why is travis so bad...
This commit is contained in:
parent
b07ee4a645
commit
d58071c898
|
@ -306,6 +306,7 @@ function test_Merge () {
|
|||
# Don't use SetConfFileValue here since for whatever reason Travis does not like creating a sed temporary file in $FAKEROOT
|
||||
|
||||
if [ "$TRAVIS_RUN" == true ]; then
|
||||
$SUDO_CMD ls /$FAKEROOT/usr/local/bin
|
||||
$SUDO_CMD sed -i.tmp 's/^IS_STABLE=.*/IS_STABLE=yes/' "$OSYNC_EXECUTABLE"
|
||||
else
|
||||
sed -i.tmp 's/^IS_STABLE=.*/IS_STABLE=yes/' "$OSYNC_EXECUTABLE"
|
||||
|
|
Loading…
Reference in New Issue