mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: do not pass unnecessary warnflags
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
412b6b5b02
commit
d13724306e
1 changed files with 1 additions and 3 deletions
|
@ -254,8 +254,8 @@ env:
|
||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
-Wunused-variable
|
-Wunused-variable
|
||||||
)
|
)
|
||||||
warnflags="${warnflags_array[*]}"
|
|
||||||
CONFIG_FLAG_ARRAY=(
|
CONFIG_FLAG_ARRAY=(
|
||||||
|
warnflags="${warnflags_array[*]}"
|
||||||
LDFLAGS=-Wno-unused-command-line-argument)
|
LDFLAGS=-Wno-unused-command-line-argument)
|
||||||
|
|
||||||
- &rubyspec
|
- &rubyspec
|
||||||
|
@ -314,8 +314,6 @@ matrix:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "echo JOBS=${JOBS} SETARCH=${SETARCH}"
|
- "echo JOBS=${JOBS} SETARCH=${SETARCH}"
|
||||||
- warnflags="$warnflags${warnflags:+ }-Wno-unknown-warning-option"
|
|
||||||
- export warnflags
|
|
||||||
- "$SETARCH uname -a"
|
- "$SETARCH uname -a"
|
||||||
- "$SETARCH uname -r"
|
- "$SETARCH uname -r"
|
||||||
- "rm -fr .ext autom4te.cache"
|
- "rm -fr .ext autom4te.cache"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue