Skip to content

Commit e4de50e

Browse files
committed
Remove global install step
1 parent f6fd556 commit e4de50e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ before_install:
1616
- curl -o- -L https://yarnpkg.com/install.sh | bash
1717
- export PATH=$HOME/.yarn/bin:$PATH
1818

19-
install:
20-
- yarn install --frozen-lockfile --non-interactive
21-
2219
script:
2320
- cat node_modules/ember-template-lint/package.json | grep \"version\"
2421
- yarn lint:js
@@ -34,10 +31,9 @@ jobs:
3431
fail_fast: true
3532

3633
include:
37-
# runs linting and tests with current locked deps
38-
3934
- stage: "Tests"
4035
name: "ember-template-lint 1.6.1"
36+
install: yarn install --frozen-lockfile --non-interactive
4137

4238
- name: "ember-template-lint latest"
4339
install: yarn install --no-lockfile

0 commit comments

Comments
 (0)