Skip to content

Commit

Permalink
Merge pull request #172 from PoslinskiNet/ember-3.10
Browse files Browse the repository at this point in the history
3.10 upgrade
  • Loading branch information
PoslinskiNet authored May 22, 2019
2 parents 584ae79 + ab4001e commit cba0e33
Show file tree
Hide file tree
Showing 4 changed files with 3,245 additions and 3,088 deletions.
7 changes: 1 addition & 6 deletions .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 Down Expand Up @@ -51,10 +51,5 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery

before_install:
- npm config set spin false
- npm install -g npm@4
- npm --version

script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Compatibility

* Ember.js v2.18 or above
* Ember CLI v2.13 or above
* Node.js v8 or above


Installation
Expand Down
Loading

0 comments on commit cba0e33

Please sign in to comment.