-
Notifications
You must be signed in to change notification settings - Fork 86
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
Drop Travis CI #644
Drop Travis CI #644
Conversation
@@ -106,35 +102,3 @@ jobs: | |||
run: sbt ++$SCALA_VERSION 'testOnly -- xonly timefactor 5' | |||
env: | |||
SCALA_VERSION: ${{ matrix.scala }} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to 2.1.x
branch
@@ -76,7 +73,6 @@ jobs: | |||
run: sbt doc | |||
|
|||
tests: | |||
if: ${{ github.base_ref != '2.1.x' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need now
@@ -4,9 +4,7 @@ on: | |||
push: | |||
branches: # Snapshots | |||
- main | |||
# - 2.1.x # TODO: 2.1.x don't support sbt-ci-release yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need now
@@ -7,45 +7,9 @@ queue_rules: | |||
- check-success=Check / Docs | |||
- check-success~=^Check / Tests \(Scala 2\.13\.(\d+) & JDK 11\)$ | |||
- check-success~=^Check / Tests \(Scala 2\.13\.(\d+) & JDK 8\)$ | |||
- name: 2-1-x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second queue don't support in free version Mergify 😞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.