Skip to content

Commit 006ea77

Browse files
committed
address issues found in review
1 parent a239fde commit 006ea77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
2-
dist: bionic
2+
dist: trusty
33
sudo: required
44

55
rvm:

bin/compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
4343
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
4444
VENDOR_URL="$BUILDPACK_VENDOR_URL"
4545
fi
46+
export VENDOR_URL
4647

4748
# Default Python Versions
4849
# shellcheck source=bin/default_pythons

0 commit comments

Comments
 (0)