Skip to content

Commit

Permalink
Some travis ci updates (#3471)
Browse files Browse the repository at this point in the history
* Some travis ci updates

* Reverted microsite Scala version. Keep forgetting about this

* Forcing tut make on 2.12.10
  • Loading branch information
barambani authored Jun 15, 2020
1 parent 50259b4 commit 7b5d0b2
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 7b5d0b2

Please sign in to comment.