[ruby-cvs:73129] nobu:r66029 (trunk): .travis.yml: avoid bashism
nobu at ruby-lang.org
nobu at ruby-lang.org
Tue Nov 27 17:39:40 JST 2018
nobu 2018-11-27 17:39:40 +0900 (Tue, 27 Nov 2018)
New Revision: 66029
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66029
Log:
.travis.yml: avoid bashism
GCC_FLAGS is not an array and CC is finally passed to configure as
single string. Pass CC via the environment variable, so it does
not need to be quoted anymore.
Modified files:
trunk/.travis.yml
More information about the ruby-cvs
mailing list