Skip to content

Commit

Permalink
Merge pull request #100 from Turbo87/multidep
Browse files Browse the repository at this point in the history
Use `multidep` to test against multiple `@glimmer/syntax` versions
  • Loading branch information
Turbo87 committed Apr 28, 2019
2 parents 55e2da4 + 741ae69 commit 3bea897
Show file tree
Hide file tree
Showing 7 changed files with 4,688 additions and 134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/tmp

# dependencies
/multidep_modules
/node_modules
/bower_components

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
script: yarn lint

- name: "Unit Tests"
install:
- yarn install --no-lockfile
- yarn multidep multidep.json
script: yarn test

- name: "Ember Tests"
Expand Down
Loading

0 comments on commit 3bea897

Please sign in to comment.