Add missing stringer dependency
This is used during the `go generate` pre-processor.
This commit is contained in:
@@ -9,10 +9,10 @@ fi
|
|||||||
if [ $travis -eq 0 ]; then
|
if [ $travis -eq 0 ]; then
|
||||||
YUM=`which yum`
|
YUM=`which yum`
|
||||||
if [ -z $YUM ]; then
|
if [ -z $YUM ]; then
|
||||||
echo "The 'yum' utility can't be installed."
|
echo "The 'yum' utility can't be found."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
sudo yum install -y golang
|
sudo yum install -y golang golang-googlecode-tools-stringer
|
||||||
sudo yum install -y hg # some go dependencies are stored in mercurial
|
sudo yum install -y hg # some go dependencies are stored in mercurial
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user