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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35fc603  Added Travis CI OSX Image and Install cordova@latest (#59)
35fc603 is described below

commit 35fc60382b012dc8e06bc7a61434486f877761b7
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Sep 14 12:52:05 2018 +0900

    Added Travis CI OSX Image and Install cordova@latest (#59)
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c912dd7..09f5ab7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: objective-c
+osx_image: xcode9.4
 sudo: false
 
 env:
@@ -11,6 +12,7 @@ before_install:
   - nvm install $TRAVIS_NODE_VERSION
 
 install:
+  - npm install -g cordova@latest
   - npm install
 
 script:


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

Reply via email to