You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2019/07/14 20:54:32 UTC

[cordova-android] branch master updated: ci(travis): set `dist: trusty` in `.travis.yml` (#777)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ad440  ci(travis): set `dist: trusty` in `.travis.yml` (#777)
a5ad440 is described below

commit a5ad440f17a3a92c1332217901c093d6ecf7d2fb
Author: Chris Brody <ch...@brody.consulting>
AuthorDate: Sun Jul 14 16:54:26 2019 -0400

    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
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d6cd8f5..f148843 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org