Skip to content

Commit

Permalink
Add Node.js 12 to CI Services (apache#724)
Browse files Browse the repository at this point in the history
and remove trailing whitespace from .travis.yml

Co-authored-by: エリス <[email protected]>
Co-authored-by: Christopher J. Brody <[email protected]>
  • Loading branch information
2 people authored and Chris Brody committed Jul 14, 2019
1 parent a5ad440 commit a64d459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
- nodejs_version=6
- nodejs_version=8
- nodejs_version=10

- nodejs_version=12

language: android
jdk:
- oraclejdk8
Expand All @@ -30,7 +31,7 @@ android:
- 'google-gdk-license-.+'

before_install:
- nvm install $nodejs_version
- nvm install $nodejs_version
- node --version
- npm --version
- gradle --version
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

install:
# Install Android SDK Tools
Expand Down

0 comments on commit a64d459

Please sign in to comment.