Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

expand travis testing to include macOS #990

Open
starpit opened this issue May 30, 2018 · 1 comment
Open

expand travis testing to include macOS #990

starpit opened this issue May 30, 2018 · 1 comment
Labels

Comments

@starpit
Copy link
Member

starpit commented May 30, 2018

Right now, our Travis config only tests on Linux. travis-ci.org supports macOS testing, as well.

https://docs.travis-ci.com/user/multi-os/
https://docs.travis-ci.com/user/reference/osx/

e.g.

os:
  - linux
  - osx
@starpit starpit added the tests label May 30, 2018
@starpit
Copy link
Member Author

starpit commented May 30, 2018

the build.sh linux line in .travis.yml would need to be adjusted:

https://github.com/ibm-functions/shell/blob/master/.travis.yml#L48

maybe as simply as changing linux to $TRAVIS_OS_NAME, and changing

https://github.com/ibm-functions/shell/blob/master/dist/build.sh#L97

so that dist/build.sh recognizes osx as a signifier for macOS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant