Fix Travis Ruby gem pristine warnings
Suppresses these for each example/test-suite: Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2 Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7 Ignoring nokogiri-1.6.6.2 because its extensions are not built. Try: gem pristine nokogiri --version 1.6.6.2
This commit is contained in:
parent
271ef9ab5c
commit
a37fcb8f82
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ case "$SWIGLANG" in
|
|||
sudo add-apt-repository -y ppa:brightbox/ruby-ng
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get -qq install ruby2.3 ruby2.3-dev
|
||||
sudo gem pristine --all
|
||||
WITHLANG=$SWIGLANG=$SWIGLANG$VER
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue