We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a239fde commit 006ea77Copy full SHA for 006ea77
.travis.yml
@@ -1,5 +1,5 @@
1
language: ruby
2
-dist: bionic
+dist: trusty
3
sudo: required
4
5
rvm:
bin/compile
@@ -43,6 +43,7 @@ VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
43
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
44
VENDOR_URL="$BUILDPACK_VENDOR_URL"
45
fi
46
+export VENDOR_URL
47
48
# Default Python Versions
49
# shellcheck source=bin/default_pythons
0 commit comments