Skip to content

Commit 8c9a76b

Browse files
committed
work around transient (?) problem with apt-get update
1 parent ea3c4fe commit 8c9a76b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
sudo: required
1919
dist: xenial
2020
install:
21-
- sudo apt-get -qq update
21+
# TODO: remove the `|| true`, which is a temporary workaround for
22+
# what I hope is an intermittent problem as I'm trying to release 2.13.9
23+
- sudo apt-get -qq update || true
2224
- sudo apt-get install -y rpm
2325

2426
language: scala

0 commit comments

Comments
 (0)