Skip to content

Commit

Permalink
Merge pull request #9516 from SethTisue/bionic-for-spec-only
Browse files Browse the repository at this point in the history
fix publishing: only use bionic in spec job, not main job
  • Loading branch information
SethTisue committed Feb 22, 2021
2 parents 0870164 + 96acb81 commit 8cc248d
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 8cc248d

Please sign in to comment.