Skip to content
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

Merged
merged 5 commits into from
Aug 16, 2016
Merged

Fastboot compatibility #20

merged 5 commits into from
Aug 16, 2016

Conversation

arjansingh
Copy link

@RobbieTheWagner
Copy link
Contributor

Definitely need fastboot compatibility!

@RobbieTheWagner
Copy link
Contributor

@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 😄

@arjansingh
Copy link
Author

@rwwagner90 fixed. @bennycwong review please?

@arjansingh arjansingh force-pushed the fastboot branch 2 times, most recently from 76c3a72 to 0fbe54b Compare August 15, 2016 23:00
@RobbieTheWagner
Copy link
Contributor

@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

@arjansingh arjansingh force-pushed the fastboot branch 2 times, most recently from 975f4bc to 055d419 Compare August 15, 2016 23:24
`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`.
@arjansingh arjansingh merged commit 53d10fa into master Aug 16, 2016
@arjansingh arjansingh deleted the fastboot branch August 16, 2016 00:05
@arjansingh
Copy link
Author

@bennycwong alright we can publish this guy now

@RobbieTheWagner
Copy link
Contributor

Thanks @arjansingh! Let me know when the new version is published please 😄

@bennycwong
Copy link
Contributor

@briangonzalez needs to be the one to publish.

@kpfefferle
Copy link

kpfefferle commented Aug 18, 2016

@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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants