Skip to content

Commit

Permalink
bump ember-qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Oct 10, 2018
1 parent 63ac2f2 commit f32d88a
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 156 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,9 @@ 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
- "4"
- "6"
- "8"
- "10"

sudo: false
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"ember-cli-babel": "^6.11.0",
"ember-qunit": "^3.4.1"
"ember-qunit": "^3.5.0"
},
"devDependencies": {
"ember-cli": "~2.17.1",
Expand Down

0 comments on commit f32d88a

Please sign in to comment.