Cleanup - travis.org is now deprecated and can no longer be used.

This commit is contained in:
scorbett123
2021-06-12 14:13:39 +01:00
parent cc488ccff0
commit 95910bc6cb
3 changed files with 2 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'

View File

@@ -21,6 +21,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
- name: Executing tests
run: ./gradlew test