Skip to content

Commit

Permalink
Adapt unit test to new Travis Fedora env
Browse files Browse the repository at this point in the history
  • Loading branch information
krader1961 committed Oct 31, 2019
1 parent 886d86f commit f867740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-compat-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
- docker run fedora bash -c "
dnf install -y 'dnf-command(copr)';
dnf copr enable -y @ksh/latest;
dnf install -y ksh git autoconf automake make findutils yash;
dnf install -y ksh git autoconf automake make findutils diffutils yash;
git clone $GIT_URL;
cd $PROJECT_NAME;
$COMMANDS"

1 comment on commit f867740

@siteshwar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of it.

Please sign in to comment.