Skip to content

Commit 7aca796

Browse files
committed
removed ship usage of sudo
1 parent 67fcbcd commit 7aca796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build:
1010
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
1111
- testspace config url samples.testspace.com
1212
- testspace -v
13-
- sudo apt-get update
14-
- sudo apt-get install cmake
13+
- apt-get update
14+
- apt-get install cmake
1515
- pip install gcovr
1616
- wget https://github.com/google/googletest/archive/release-1.8.0.zip
1717
- unzip release-1.8.0.zip

0 commit comments

Comments
 (0)