Skip to content

Commit e128cdd

Browse files
authored
ci(yarn): fix an issue where CI is failling to link (webpack#3654)
1 parent bfcc594 commit e128cdd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ matrix:
3333
- os: osx
3434
fast_finish: true
3535

36-
script: npm run travis:$JOB_PART
37-
38-
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
3936
before_script:
4037
- bash ./ci/travis-install.sh
38+
39+
script: npm run travis:$JOB_PART
40+
4141
after_success:
4242
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
4343
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js

lib/NormalModule.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ var ReplaceSource = require("webpack-sources").ReplaceSource;
1111
var CachedSource = require("webpack-sources").CachedSource;
1212
var LineToLineMappedSource = require("webpack-sources").LineToLineMappedSource;
1313
var ModuleParseError = require("./ModuleParseError");
14-
var TemplateArgumentDependency = require("./dependencies/TemplateArgumentDependency");
15-
var AsyncDependenciesBlock = require("./AsyncDependenciesBlock");
1614

1715
var ModuleBuildError = require("./ModuleBuildError");
1816
var ModuleError = require("./ModuleError");

0 commit comments

Comments
 (0)