We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea3c4fe + 8c9a76b commit cb54757Copy full SHA for cb54757
.travis.yml
@@ -18,7 +18,9 @@
18
sudo: required
19
dist: xenial
20
install:
21
- - sudo apt-get -qq update
+ # 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
24
- sudo apt-get install -y rpm
25
26
language: scala
0 commit comments