We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ebcfc commit 7048f07Copy full SHA for 7048f07
1 file changed
.travis.yml
@@ -36,3 +36,9 @@ jobs:
36
- yarn lint:js
37
- yarn lint:md
38
- yarn test
39
+ - name: "ember-template-lint latest"
40
+ install: yarn install --no-lockfile
41
+ script:
42
+ - yarn lint:js
43
+ - yarn lint:md
44
+ - yarn test
0 commit comments