Skip to content

Commit

Permalink
fix: update ember-hammertime (#108)
Browse files Browse the repository at this point in the history
* Update ember-hammertime

* chore(ci): make sudo required

This fixes the tests due to some bug on travis.
  • Loading branch information
RobbieTheWagner authored and knownasilya committed Mar 15, 2018
1 parent 6aeb4be commit 7fa9ca3
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ node_js:
# so that your addon works for all apps
- "6"

sudo: false
# sudo required to avoid https://github.com/travis-ci/travis-ci/issues/8836
# see for the docs https://github.com/travis-ci/docs-travis-ci-com/pull/1671
sudo: required
dist: trusty

addons:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ember-cli-babel": "^6.6.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-gestures": "^0.4.8",
"ember-hammertime": "^1.2.4",
"ember-hammertime": "^1.3.0",
"ember-runtime-enumerable-includes-polyfill": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7fa9ca3

Please sign in to comment.