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

Commit

Permalink
JDK-11 maven
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlodge authored Jul 24, 2020
1 parent acf9c21 commit 33cb00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coveralls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_maven(self):
'-v', home + '/.m2:/root/.m2',
'-v', code_dir + ':/usr/src/mymaven',
'-w', '/usr/src/mymaven',
'maven:3.2-jdk-8',
'maven:3.6-jdk-11',
'mvn',
'-DrepoToken=' + os.getenv('COVERALLS_TOKEN'),
'-DserviceJobId=' + os.getenv('TRAVIS_JOB_ID'),
Expand Down

0 comments on commit 33cb00b

Please sign in to comment.