Skip to content

Commit

Permalink
Investigate test_version_comparison_internal failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Sep 5, 2019
1 parent 0944d0e commit c4cb05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-on-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# For more information about the nasty /dev/random hack, please see:
# https://github.com/travis-ci/travis-ci/issues/1913#issuecomment-33891474
sudo apt-get update -qq
sudo apt-get install --yes dpkg-dev fakeroot lintian memcached python-apt rng-tools
sudo apt-get install --yes dpkg-dev fakeroot lintian memcached python-apt python3-apt rng-tools
sudo rm -f /dev/random
sudo mknod -m 0666 /dev/random c 1 9
echo HRNGDEVICE=/dev/urandom | sudo tee /etc/default/rng-tools
Expand Down

0 comments on commit c4cb05c

Please sign in to comment.