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

Some travis ci updates #3471

Merged
merged 3 commits into from
Jun 15, 2020
Merged
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
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jdk:
- openjdk8


scala_version_212: &scala_version_212 2.12.10
scala_version_213: &scala_version_213 2.13.1
scala_version_212: &scala_version_212 2.12.11
scala_version_213: &scala_version_213 2.13.2

before_install:
- export PATH=${PATH}:./vendor/bundle
Expand Down Expand Up @@ -56,10 +56,10 @@ jobs:


- stage: test
name: Make Microsite
name: Make Microsite on 2.12.10
env: TEST="docs"
install: gem install jekyll -v 4.0.0
script: sbt docs/makeMicrosite
script: sbt ++2.12.10! docs/makeMicrosite

- stage: test
name: Scalafix tests
Expand Down Expand Up @@ -115,7 +115,7 @@ cache:
- $HOME/.m2
- $HOME/.ivy2/cache
- $HOME/.sbt
- $HOME/.coursier
- $HOME/.cache/coursier
# Pants cache
- $HOME/.cache