Skip to content

Commit

Permalink
Don't install coreutils during deployment
Browse files Browse the repository at this point in the history
Fedora seems to be renaming this package, so let's leave it alone.
  • Loading branch information
frozencemetery committed Apr 6, 2018
1 parent 13467fb commit 6661a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source ./.travis/lib-deploy.sh

setup::activate

yum -y install tar coreutils git
yum -y install tar git

# build the docs
deploy::build-docs
Expand Down

0 comments on commit 6661a86

Please sign in to comment.