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

Enable MacOS build on Travis CI #116

Merged
merged 9 commits into from
Feb 27, 2019
Merged

Commits on Feb 26, 2019

  1. Enable MacOS build in Travis CI

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d53da89 View commit details
    Browse the repository at this point in the history
  2. Enable R test for whl installation

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    85cc4db View commit details
    Browse the repository at this point in the history
  3. Add mising R dependency, and improve the test condition.

    Encountered a scneario where all tests are skipped
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    5b13be7 View commit details
    Browse the repository at this point in the history
  4. Enable Mac build for all ops (tests are skipped for now)

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    3e77165 View commit details
    Browse the repository at this point in the history
  5. Update to use python version explicitly

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    852a9a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Enable localstack/Kinesis, Kafka, Ignite and tests

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    d690475 View commit details
    Browse the repository at this point in the history
  2. Use after_success so that exit will not trigger nightly upload

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    fe231b2 View commit details
    Browse the repository at this point in the history
  3. Change required package to >=1.13.0,<1.14.0

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c215710 View commit details
    Browse the repository at this point in the history
  4. Change librdkafka to v0.11.6

    Hopefully to fix kafka trap 6 issue on macOS (happens on 1.13.0rc2)
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    3aeb75b View commit details
    Browse the repository at this point in the history