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/12/06 16:06:13 UTC

[cordova-node-xcode] branch master updated: .travis.yml remove comment (#21)

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-node-xcode.git


The following commit(s) were added to refs/heads/master by this push:
     new bd09508  .travis.yml remove comment (#21)
bd09508 is described below

commit bd09508d80e5f66bdad1b598ec50a911f48d9e5c
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Thu Dec 6 11:06:07 2018 -0500

    .travis.yml remove comment (#21)
    
    that is not 100% correct
    
    and extra blank line
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ec47926..c5cdcf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,12 +17,10 @@ install:
   - nvm --version
   - node --version
   - npm --version
-  # remaining install steps can be removed once we drop Node.js 0.8 support:
   - 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
   - npm install
   - node --version
   - npm --version
 
-
 script:
   - npm test


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