forked from matsim-scenarios/matsim-berlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
21 lines (19 loc) · 812 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: java
jdk: openjdk11
env:
global:
- MAVEN_OPTS="-Xmx7g"
matrix:
- TEST=RunBerlinScenarioSmallTests
- TEST=RunBerlinScenarioTest
- TEST=AbfallUtilsTest
- TEST=OpenBerlinIntermodalPtDrtRouterAnalysisModeIdentifierTest
- TEST=OpenBerlinIntermodalPtDrtRouterModeIdentifierTest
- TEST=RunDrtOpenBerlinScenarioTest
- TEST=RunDrtOpenBerlinScenarioWithDrtSpeedUpTest
# - TEST=RunBerlinScenarioIT#test10pctUntilIteration1 # does not fit into travis. kai, aug'18
# - TEST=RunBerlinScenarioIT#test1pctManyIterations # does probably not fit into travis (not tested). kai, aug'18
- TEST=RunOfflineAirPollutionAnalysisTest
- TEST=RunOfflineNoiseAnalysisTest
script:
- mvn -Dtest=${TEST} test --batch-mode -Dmatsim.preferLocalDtds=true -Dmaven.javadoc.skip -e