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

"travis compile" includes arrays instead of individual values #7285

Closed
nex3 opened this issue Feb 7, 2017 · 1 comment
Closed

"travis compile" includes arrays instead of individual values #7285

nex3 opened this issue Feb 7, 2017 · 1 comment

Comments

@nex3
Copy link

nex3 commented Feb 7, 2017

If I run travis compile on the following .travis.yml:

language: ruby
rvm:
  - 2.0.0
  - 2.3.0

I get invalid Bash output that includes:

export TRAVIS_RUBY_VERSION=["2.0.0", "2.3.0"]

and

travis_cmd rvm\ use\ \[\"2.0.0\",\ \"2.3.0\"\]\ --install\ --binary\ --fuzzy --assert --echo --timing

I understand that the generated output can't encompass all possible combinations, but silently generating invalid output doesn't seem like the best way of handling it. I'd like a way to select which combination gets generated, and for travis compile to either prompt for a selection or fail if it can't generate valid output.

@stale
Copy link

stale bot commented Apr 13, 2018

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Apr 13, 2018
@stale stale bot closed this as completed Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants