Skip to content

Commit

Permalink
CI: Add a job against latest peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Nov 4, 2019
1 parent 53bad66 commit 1684ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
- yarn lint:js
- yarn lint:md
- yarn test
- name: "ember-template-lint latest"
install: yarn install --no-lockfile
script:
- yarn lint:js
- yarn lint:md
- yarn test

0 comments on commit 1684ac2

Please sign in to comment.