We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf432df commit 212fb68Copy full SHA for 212fb68
1 file changed
.travis.yml
@@ -19,6 +19,12 @@ before_install:
19
install:
20
- yarn install --frozen-lockfile --non-interactive
21
22
+script:
23
+ - yarn list --pattern "ember-template-lint|prettier" --depth=0
24
+ - yarn lint:js
25
+ - yarn lint:md
26
+ - yarn test
27
+
28
env:
29
global:
30
# See https://git.io/vdao3 for details.
@@ -32,13 +38,6 @@ jobs:
32
38
33
39
- stage: "Tests"
34
40
name: "ember-template-lint 1.6.1"
35
- script:
36
- - yarn lint:js
37
- - yarn lint:md
- - yarn test
41
42
- name: "ember-template-lint latest"
43
install: yarn install --no-lockfile
44
0 commit comments