Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 33cb00b

Browse files
authored
JDK-11 maven
1 parent acf9c21 commit 33cb00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coveralls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_maven(self):
1414
'-v', home + '/.m2:/root/.m2',
1515
'-v', code_dir + ':/usr/src/mymaven',
1616
'-w', '/usr/src/mymaven',
17-
'maven:3.2-jdk-8',
17+
'maven:3.6-jdk-11',
1818
'mvn',
1919
'-DrepoToken=' + os.getenv('COVERALLS_TOKEN'),
2020
'-DserviceJobId=' + os.getenv('TRAVIS_JOB_ID'),

0 commit comments

Comments
 (0)