projects
/
cordova-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2e612
)
CB-13501 : added node 8 support
11/head
author
Audrey So
<audreyso@apache.org>
Fri, 27 Oct 2017 16:10:57 +0000
(09:10 -0700)
committer
Audrey So
<audreyso@apache.org>
Fri, 27 Oct 2017 16:10:57 +0000
(09:10 -0700)
.travis.yml
patch
|
blob
|
history
appveyor.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
459273a
..
4592c3e
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-5,6
+5,7
@@
git:
node_js:
- "4"
- "6"
+ - "8"
install:
- npm install
- npm install -g codecov
diff --git
a/appveyor.yml
b/appveyor.yml
index
94714f2
..
ffe5194
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-5,6
+5,7
@@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
+ - nodejs_version: "8"
install:
- ps: Install-Product node $env:nodejs_version