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:
William S Fulton 2016-01-29 07:55:45 +00:00
commit a37fcb8f82

View file

@ -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
;;