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 2018/11/27 18:28:16 UTC

[cordova-osx] branch 4.0.x updated: .travis.yml fixes for 4.0.x branch (#74)

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new b967c2a  .travis.yml fixes for 4.0.x branch (#74)
b967c2a is described below

commit b967c2a0f08dc28ce205cb280cdb1fd70fcb2364
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Nov 27 13:28:12 2018 -0500

    .travis.yml fixes for 4.0.x branch (#74)
    
    * Add Node 10 ... (.travis.yml fixes for Node.js 6, 8, and 10) (#53)
    * Added Travis CI OSX Image and Install cordova@latest (#59)
    * .travis.yml cover deprecated Node.js 4 (4.0.x branch *only*)
    
    Co-authored-by: エリス <er...@users.noreply.github.com>
    Co-authored-by: Christopher J. Brody <ch...@gmail.com>
---
 .travis.yml | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b151b0b..b23439c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,22 @@
 language: objective-c
+osx_image: xcode9.4
 sudo: false
+
+env:
+  matrix:
+    - TRAVIS_NODE_VERSION: '4'
+    - TRAVIS_NODE_VERSION: '6'
+    - TRAVIS_NODE_VERSION: '8'
+    - TRAVIS_NODE_VERSION: '10'
+
+before_install:
+  - nvm install $TRAVIS_NODE_VERSION
+
 install:
-- npm install
-script: "npm test"
\ No newline at end of file
+  - npm install -g cordova@latest
+  - npm install
+
+script:
+  - node --version
+  - npm --version
+  - npm test


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