forked from github/cordova-android
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:
parent
acad24d62a
commit
a5ad440f17
@ -1,5 +1,10 @@
|
|||||||
sudo: false
|
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:
|
env:
|
||||||
global:
|
global:
|
||||||
- ANDROID_API_LEVEL=28
|
- ANDROID_API_LEVEL=28
|
||||||
|
Loading…
x
Reference in New Issue
Block a user