Skip to content

Commit 9c92086

Browse files
authored
Merge pull request #233 from lrytz/backports
backport fixes from 2.13.x
2 parents 7fee5df + cff481a commit 9c92086

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
# from .travis.yml. For releases triggered with the REST API we could use the "merge mode", but
1414
# not when triggering from the web UI. Anyway, `before_install` works well.
1515

16-
# we need rpmbuild but it's unlikely to be whitelisted, according to
17-
# https://github.com/travis-ci/apt-package-whitelist/pull/1700
18-
sudo: required
19-
dist: xenial
16+
dist: noble
2017
install:
2118
- sudo apt-get -qq update
2219
- sudo apt-get install -y rpm

scripts/jobs/release/website/archives

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22

3-
url="https://downloads.lightbend.com/scala/$version"
3+
url="https://github.com/scala/scala/releases/download/v$version"
44

55
if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]]
66
then archivesDir="~linuxsoft/archives/scala/nightly/2.12.x"

0 commit comments

Comments
 (0)