Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix publishing: only use bionic in spec job, not main job #9516

Merged
merged 1 commit into from Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
version: ~> 1.0 # needed for imports
import: scala/scala-dev:travis/default.yml

dist: bionic # for generating spec PDF; see #7432

dist: xenial # GPG stuff breaks on bionic; scala/scala-dev#764
language: scala

stages:
Expand Down Expand Up @@ -100,6 +99,8 @@ jobs:

- stage: build
name: language spec (Jekyll)
# wkhtmltopdf requires libssl1.1, which we can't install on xenial
dist: bionic
language: ruby
install:
- ruby -v
Expand Down