Skip to content

Commit 1ca7632

Browse files
devversionmmalerba
authored andcommitted
build: remove travis workaround (#4878)
* Removes the Travis workaround from travis-ci/travis-ci#4681 (comment) since it has been fixed officially.
1 parent 8804caf commit 1ca7632

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ branches:
1616

1717
jobs:
1818
include:
19-
# Lint runs as a main job. Workaround for https://github.com/travis-ci/travis-ci/issues/7777
19+
- env: "MODE=lint"
2020
- env: "MODE=e2e"
2121
- env: "MODE=aot"
2222
- env: "MODE=payload"
@@ -36,9 +36,6 @@ env:
3636
- BROWSER_STACK_ACCESS_KEY=BWCd4SynLzdDcv8xtzsB
3737
- BROWSER_PROVIDER_READY_FILE=/tmp/angular-material2-build/readyfile
3838
- BROWSER_PROVIDER_ERROR_FILE=/tmp/angular-material2-build/errorfile
39-
matrix:
40-
# Workaround for https://github.com/travis-ci/travis-ci/issues/7777. Running lint as main job.
41-
- MODE=lint
4239

4340
before_install:
4441
- source ./scripts/ci/env.sh

0 commit comments

Comments
 (0)