Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from sukima/ember-class-based-modifier-squashed
Browse files Browse the repository at this point in the history
Merge with ember-class-based-modifier
  • Loading branch information
chancancode authored Sep 19, 2019
2 parents 9975d42 + 46d8592 commit edba2af
Show file tree
Hide file tree
Showing 18 changed files with 1,852 additions and 1,634 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# misc
/coverage/
/config/addon-docs.js
!.*

# ember-try
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
- "8"

sudo: false
dist: trusty
Expand All @@ -28,6 +28,7 @@ branches:
jobs:
fail_fast: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-lts-2.18
- env: EMBER_TRY_SCENARIO=ember-canary

include:
Expand Down
Loading

0 comments on commit edba2af

Please sign in to comment.