Skip to content

Commit d43f726

Browse files
authored
Merge pull request #48 from dcyriller/ci
CI: Log ember-template-lint and prettier versions
2 parents cf432df + e4de50e commit d43f726

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

.travis.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ 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
19+
script:
20+
- cat node_modules/ember-template-lint/package.json | grep \"version\"
21+
- yarn lint:js
22+
- yarn lint:md
23+
- yarn test
2124

2225
env:
2326
global:
@@ -28,17 +31,9 @@ jobs:
2831
fail_fast: true
2932

3033
include:
31-
# runs linting and tests with current locked deps
32-
3334
- stage: "Tests"
3435
name: "ember-template-lint 1.6.1"
35-
script:
36-
- yarn lint:js
37-
- yarn lint:md
38-
- yarn test
36+
install: yarn install --frozen-lockfile --non-interactive
37+
3938
- name: "ember-template-lint latest"
4039
install: yarn install --no-lockfile
41-
script:
42-
- yarn lint:js
43-
- yarn lint:md
44-
- yarn test

0 commit comments

Comments
 (0)