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-ios.git
The following commit(s) were added to refs/heads/master by this push:
new 46da4bc CI testing on Node.js versions 8 & 10 (#371)
46da4bc is described below
commit 46da4bc34495ec7bfe13c1ec1b4074dd2e82641a
Author: Christopher J. Brody <[email protected]>
AuthorDate: Fri Jun 15 03:58:36 2018 -0400
CI testing on Node.js versions 8 & 10 (#371)
* .travis.yml cleanup
* appveyor.yml & .travis.yml add Node.js versions 8 & 10
---
.travis.yml | 10 +++++++++-
appveyor.yml | 2 ++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 013df38..d8fbb6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,26 @@
language: objective-c
osx_image: xcode9.2
sudo: false
+
env:
matrix:
- TRAVIS_NODE_VERSION: '4.8.7'
- TRAVIS_NODE_VERSION: '6.13'
+ - TRAVIS_NODE_VERSION: '8'
+ - TRAVIS_NODE_VERSION: '10'
+
before_install:
- npm cache clean -f
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm &&
(cd ~/.nvm
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh &&
nvm
install $TRAVIS_NODE_VERSION
- node --version
+
install:
- npm install
- npm install ios-deploy
- npm install -g codecov
+
script:
- npm run unit-tests
- npm run e2e-tests
@@ -22,4 +28,6 @@ script:
- npm run objc-tests
- npm run cover
- npm run eslint
-after_script: codecov
+
+after_script:
+ - codecov
diff --git a/appveyor.yml b/appveyor.yml
index c1b5952..2a36faa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,8 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
+ - nodejs_version: "8"
+ - nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]