-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastboot compatibility #20
Conversation
Definitely need fastboot compatibility! |
@arjansingh any idea why the tests are failing for 1.13? Is that all that is being waited on before merging? Would love to see this merged 😄 |
@rwwagner90 fixed. @bennycwong review please? |
76c3a72
to
0fbe54b
Compare
@arjansingh looks like you need some travis.yml updates to use Chrome. You'll need this before_install: before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- phantomjs --version You'll also need: sudo: required
dist: trusty |
975f4bc
to
055d419
Compare
`getWithDefaults` returns the value (including `null`) for any key that is defined. This caused a failure in [email protected] because you cannot do a get lookup if the lookup value is `null`.
@bennycwong alright we can publish this guy now |
Thanks @arjansingh! Let me know when the new version is published please 😄 |
@briangonzalez needs to be the one to publish. |
@rwwagner90 @bennycwong I believe this has been released on NPM as 0.0.6. At least that's what we've switched over to using since the PR is merged 👍 |
@bennycwong