Skip to content

Commit f9622c5

Browse files
committed
fix: fixing build failure
dependency: none
1 parent 71cac35 commit f9622c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
2929

3030
install:
31-
- sudo rm /etc/apt/sources.list.d/mongodb-4.4.list
31+
- sudo rm -f /etc/apt/sources.list.d/mongodb-4.4.list || true
3232
- wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg
3333
- echo "deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list
3434
- pip install tox-travis

0 commit comments

Comments
 (0)