Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
Change-Id: Ie0c73b4c57868e9de460d2ce2aff0f1e94ce03fe
  • Loading branch information
griels committed Apr 9, 2020
1 parent b9ba232 commit 0bcb364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LCB_VER=libcouchbase-3.0.0_centos7_x86_64
curl -O https://packages.couchbase.com/clients/c/${LCB_VER}.tar
tar xf ${LCB_VER}.tar
cd ${LCB_VER}
sudo yum install -y libcouchbase3{-tools,-libevent,}-3.0.0*.rpm libcouchbase-devel-*.rpm
yum install -y libcouchbase3{-tools,-libevent,}-3.0.0*.rpm libcouchbase-devel-*.rpm

ls -alr .

Expand Down

0 comments on commit 0bcb364

Please sign in to comment.