Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
# from .travis.yml. For releases triggered with the REST API we could use the "merge mode", but
# not when triggering from the web UI. Anyway, `before_install` works well.

# we need rpmbuild but it's unlikely to be whitelisted, according to
# https://github.com/travis-ci/apt-package-whitelist/pull/1700
sudo: required
dist: xenial
dist: noble
install:
- sudo apt-get -qq update
- sudo apt-get install -y rpm
Expand Down
2 changes: 1 addition & 1 deletion scripts/jobs/release/website/archives
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

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

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