You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/19 21:15:32 UTC

[cordova-paramedic] branch master updated: Upgrade Travis from Node 6 to Node 8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ab6bbb4  Upgrade Travis from Node 6 to Node 8
ab6bbb4 is described below

commit ab6bbb4466e3b021d274fde6d22bfd9c88aa5dde
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 23:15:28 2019 +0200

    Upgrade Travis from Node 6 to Node 8
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2c8bc08..53d0087 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ addons:
 env:
   global:
     - SAUCE_USERNAME=snay
-    - TRAVIS_NODE_VERSION=6
+    - TRAVIS_NODE_VERSION=8
     - ANDROID_API_LEVEL=28
     - ANDROID_BUILD_TOOLS_VERSION=28.0.3
 
 language: node_js
-node_js: 6
+node_js: 8
 
 # yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
 


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