Output gem info during build
This commit is contained in:
parent
e0dc5c313e
commit
1987f7d81f
|
@ -5,6 +5,10 @@ if [ "$TRAVIS_OS_NAME" != "osx" ]; then
|
||||||
export DISPLAY=":99"
|
export DISPLAY=":99"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Gem Info"
|
||||||
|
bundle info puppet-lint
|
||||||
|
bundle info sass
|
||||||
|
|
||||||
echo "Using Atom version:"
|
echo "Using Atom version:"
|
||||||
"$ATOM_SCRIPT_NAME" -v
|
"$ATOM_SCRIPT_NAME" -v
|
||||||
echo "Using APM version:"
|
echo "Using APM version:"
|
||||||
|
|
Loading…
Reference in New Issue