Skip to content

Commit

Permalink
only use bionic in spec job, not main job
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2021
1 parent 0870164 commit 7de9b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@ jobs:

- stage: build
name: language spec (Jekyll)
dist: bionic
language: ruby
install:
- ruby -v
Expand Down

0 comments on commit 7de9b1f

Please sign in to comment.