Skip to content

Commit 13f3ea4

Browse files
committed
Revert "work around transient (?) problem with apt-get update"
This reverts commit 8c9a76b.
1 parent cb54757 commit 13f3ea4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
sudo: required
1919
dist: xenial
2020
install:
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
21+
- sudo apt-get -qq update
2422
- sudo apt-get install -y rpm
2523

2624
language: scala

0 commit comments

Comments
 (0)