diff --git a/.travis.yml b/.travis.yml index d6cd8f59..f148843b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ sudo: false +# NOTE: dist is added here to ensure that Travis CI works consistently +# on Node.js 12. It is desired to remove it once this issue is resolved +# or otherwise goes away. +dist: trusty + env: global: - ANDROID_API_LEVEL=28