Skip to content

Commit

Permalink
[backport] fix publishing: only use bionic in spec job, not main job
Browse files Browse the repository at this point in the history
backport 96acb81 (scala#9516) from 2.13.x to 2.12.x
  • Loading branch information
SethTisue committed Sep 13, 2021
1 parent 23a6d50 commit 2deb9b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
version: ~> 1.0 # needed for imports

import: scala/scala-dev:travis/default.yml

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

stages:
Expand Down Expand Up @@ -46,6 +46,9 @@ jobs:

# build the spec using jekyll
- 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

0 comments on commit 2deb9b3

Please sign in to comment.