Skip to content

Commit

Permalink
ci: Don't install bench in sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Nov 12, 2021
1 parent fafb294 commit b2e0fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ install:
mkdir -p ~/.bench;
cp -r $TRAVIS_BUILD_DIR/* ~/.bench;
pip3 install -q -U -e ~/.bench;
sudo pip install -q -U -e ~/.bench;

mysql -u root -e "SET GLOBAL character_set_server = 'utf8mb4'";
mysql -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'";
Expand Down

0 comments on commit b2e0fd1

Please sign in to comment.