Skip to content

Commit a6dc467

Browse files
committed
Revert "Revert "run normal tests""
This reverts commit 585e56f. # Conflicts: # .travis.yml
1 parent 7245cd5 commit a6dc467

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.travis.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,40 @@ matrix:
1414
include:
1515
- os: linux
1616
node_js: "10"
17-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="Compiler-caching.test.js|Compiler.test.js|ConfigTestCases.test.js|Errors.test.js|Examples.test.js|HotModuleReplacementPlugin.test.js|HotTestCases.test.js|Integration.test.js|TestCasesDevtoolCheapInlineSourceMap.test.js|TestCasesDevtoolCheapSourceMap.test.js|TestCasesDevtoolEval.test.js|TestCasesDevtoolEvalNamedModules.test.js|TestCasesDevtoolEvalSourceMap.test.js|TestCasesDevtoolInlineSourceMap.test.js"
17+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
1818
- os: linux
1919
node_js: "10"
20-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="Compiler-caching.test.js|Compiler.test.js|ConfigTestCases.test.js|Errors.test.js|Examples.test.js|HotModuleReplacementPlugin.test.js|HotTestCases.test.js|Integration.test.js|TestCasesDevtoolCheapInlineSourceMap.test.js|TestCasesDevtoolCheapSourceMap.test.js|TestCasesDevtoolEval.test.js|TestCasesDevtoolEvalNamedModules.test.js|TestCasesDevtoolEvalSourceMap.test.js|TestCasesDevtoolInlineSourceMap.test.js"
20+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
2121
- os: linux
2222
node_js: "10"
23-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="Compiler-caching.test.js|Compiler.test.js|ConfigTestCases.test.js|Errors.test.js|Examples.test.js|HotModuleReplacementPlugin.test.js|HotTestCases.test.js|Integration.test.js|TestCasesDevtoolCheapInlineSourceMap.test.js|TestCasesDevtoolCheapSourceMap.test.js|TestCasesDevtoolEval.test.js|TestCasesDevtoolEvalNamedModules.test.js|TestCasesDevtoolEvalSourceMap.test.js|TestCasesDevtoolInlineSourceMap.test.js"
23+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
2424
- os: linux
2525
node_js: "10"
26-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="Compiler-caching.test.js|Compiler.test.js|ConfigTestCases.test.js|Errors.test.js|Examples.test.js|HotModuleReplacementPlugin.test.js|HotTestCases.test.js|Integration.test.js|TestCasesDevtoolCheapInlineSourceMap.test.js|TestCasesDevtoolCheapSourceMap.test.js|TestCasesDevtoolEval.test.js|TestCasesDevtoolEvalNamedModules.test.js|TestCasesDevtoolEvalSourceMap.test.js|TestCasesDevtoolInlineSourceMap.test.js"
26+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
2727
- os: linux
2828
node_js: "10"
29-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="Compiler-caching.test.js|Compiler.test.js|ConfigTestCases.test.js|Errors.test.js|Examples.test.js|HotModuleReplacementPlugin.test.js|HotTestCases.test.js|Integration.test.js|TestCasesDevtoolCheapInlineSourceMap.test.js|TestCasesDevtoolCheapSourceMap.test.js|TestCasesDevtoolEval.test.js|TestCasesDevtoolEvalNamedModules.test.js|TestCasesDevtoolEvalSourceMap.test.js|TestCasesDevtoolInlineSourceMap.test.js"
29+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3030
- os: linux
3131
node_js: "10"
32-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesDevtoolSourceMap.test.js|TestCasesHot.test.js|TestCasesHotMultiStep.test.js|TestCasesMinimizedHashedModules.test.js|TestCasesMinimizedSourceMap.test.js|TestCasesNormal.test.js|TestCasesProduction.test.js|Validation.test.js|MultiCompiler.test.js|NodeTemplatePlugin.test.js|Stats.test.js|StatsTestCases.test.js|TestCasesAllCombined.test.js|TestCasesDevelopment.test.js|TestCasesDevtoolCheapEvalModuleSourceMap.test.js|TestCasesDevtoolCheapEvalSourceMap.test.js"
32+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3333
- os: linux
3434
node_js: "10"
35-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesDevtoolSourceMap.test.js|TestCasesHot.test.js|TestCasesHotMultiStep.test.js|TestCasesMinimizedHashedModules.test.js|TestCasesMinimizedSourceMap.test.js|TestCasesNormal.test.js|TestCasesProduction.test.js|Validation.test.js|MultiCompiler.test.js|NodeTemplatePlugin.test.js|Stats.test.js|StatsTestCases.test.js|TestCasesAllCombined.test.js|TestCasesDevelopment.test.js|TestCasesDevtoolCheapEvalModuleSourceMap.test.js|TestCasesDevtoolCheapEvalSourceMap.test.js"
35+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3636
- os: linux
3737
node_js: "10"
38-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesDevtoolSourceMap.test.js|TestCasesHot.test.js|TestCasesHotMultiStep.test.js|TestCasesMinimizedHashedModules.test.js|TestCasesMinimizedSourceMap.test.js|TestCasesNormal.test.js|TestCasesProduction.test.js|Validation.test.js|MultiCompiler.test.js|NodeTemplatePlugin.test.js|Stats.test.js|StatsTestCases.test.js|TestCasesAllCombined.test.js|TestCasesDevelopment.test.js|TestCasesDevtoolCheapEvalModuleSourceMap.test.js|TestCasesDevtoolCheapEvalSourceMap.test.js"
38+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3939
- os: linux
4040
node_js: "10"
41-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesDevtoolSourceMap.test.js|TestCasesHot.test.js|TestCasesHotMultiStep.test.js|TestCasesMinimizedHashedModules.test.js|TestCasesMinimizedSourceMap.test.js|TestCasesNormal.test.js|TestCasesProduction.test.js|Validation.test.js|MultiCompiler.test.js|NodeTemplatePlugin.test.js|Stats.test.js|StatsTestCases.test.js|TestCasesAllCombined.test.js|TestCasesDevelopment.test.js|TestCasesDevtoolCheapEvalModuleSourceMap.test.js|TestCasesDevtoolCheapEvalSourceMap.test.js"
41+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
4242
- os: linux
4343
node_js: "10"
44-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesDevtoolSourceMap.test.js|TestCasesHot.test.js|TestCasesHotMultiStep.test.js|TestCasesMinimizedHashedModules.test.js|TestCasesMinimizedSourceMap.test.js|TestCasesNormal.test.js|TestCasesProduction.test.js|Validation.test.js|MultiCompiler.test.js|NodeTemplatePlugin.test.js|Stats.test.js|StatsTestCases.test.js|TestCasesAllCombined.test.js|TestCasesDevelopment.test.js|TestCasesDevtoolCheapEvalModuleSourceMap.test.js|TestCasesDevtoolCheapEvalSourceMap.test.js"
44+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
45+
- os: linux
46+
node_js: "10"
47+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
48+
- os: linux
49+
node_js: "10"
50+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
4551
allow_failures:
4652
- os: osx
4753
fast_finish: true
@@ -52,9 +58,7 @@ install:
5258
- yarn link webpack --frozen-lockfile
5359

5460
script:
55-
- yarn cover:init
56-
- yarn cover:single --ci $JEST $JOB_PART
57-
- yarn cover:report-min
61+
- yarn travis:$JOB_PART --ci $JEST
5862

5963
notifications:
6064
slack:

0 commit comments

Comments
 (0)