ci(travis): set dist: trusty in .travis.yml (#777)

to avoid errored Travis CI build on Node.js 12

including NOTE with a TODO item
This commit is contained in:
Chris Brody 2019-07-14 16:54:26 -04:00 committed by GitHub
parent acad24d62a
commit a5ad440f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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