Output gem info during build

This commit is contained in:
Steven Zeck 2018-01-26 13:28:23 -06:00 committed by GitHub
parent e0dc5c313e
commit 1987f7d81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ if [ "$TRAVIS_OS_NAME" != "osx" ]; then
export DISPLAY=":99"
fi
echo "Gem Info"
bundle info puppet-lint
bundle info sass
echo "Using Atom version:"
"$ATOM_SCRIPT_NAME" -v
echo "Using APM version:"