Skip to content

Commit fc5b1f8

Browse files
committed
Remove travis ci settings
1 parent 7a167d6 commit fc5b1f8

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
java-version: ${{ matrix.java }}
3737
- name: Build with Maven Java ${{ matrix.java }}
38-
run: mvn -s .travis-settings.xml -B -fae clean install
38+
run: mvn -s .m2-settings.xml -B -fae clean install
3939
- uses: actions/upload-artifact@v2
4040
if: failure()
4141
with:
File renamed without changes.

.travis.yml

-11
This file was deleted.

0 commit comments

Comments
 (0)