We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fd556 commit e4de50eCopy full SHA for e4de50e
1 file changed
.travis.yml
@@ -16,9 +16,6 @@ before_install:
16
- curl -o- -L https://yarnpkg.com/install.sh | bash
17
- export PATH=$HOME/.yarn/bin:$PATH
18
19
-install:
20
- - yarn install --frozen-lockfile --non-interactive
21
-
22
script:
23
- cat node_modules/ember-template-lint/package.json | grep \"version\"
24
- yarn lint:js
@@ -34,10 +31,9 @@ jobs:
34
31
fail_fast: true
35
32
36
33
include:
37
- # runs linting and tests with current locked deps
38
39
- stage: "Tests"
40
name: "ember-template-lint 1.6.1"
+ install: yarn install --frozen-lockfile --non-interactive
41
42
- name: "ember-template-lint latest"
43
install: yarn install --no-lockfile
0 commit comments