address issues found in review

This commit is contained in:
Casey Faist
2019-09-11 11:57:31 -07:00
parent a239fde78c
commit 006ea77641
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
language: ruby
dist: bionic
dist: trusty
sudo: required
rvm:
+1
View File
@@ -43,6 +43,7 @@ VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
VENDOR_URL="$BUILDPACK_VENDOR_URL"
fi
export VENDOR_URL
# Default Python Versions
# shellcheck source=bin/default_pythons