Add Node.js 12 to CI Services (#724)

and remove trailing whitespace from .travis.yml

Co-authored-by: エリス <erisu@users.noreply.github.com>
Co-authored-by: Christopher J. Brody <brodybits@users.noreply.github.com>
This commit is contained in:
エリス 2019-07-15 06:20:47 +09:00 committed by Chris Brody
parent a5ad440f17
commit a64d459c8e
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ env:
- nodejs_version=6
- nodejs_version=8
- nodejs_version=10
- nodejs_version=12
language: android
jdk:
- oraclejdk8
@ -30,7 +31,7 @@ android:
- 'google-gdk-license-.+'
before_install:
- nvm install $nodejs_version
- nvm install $nodejs_version
- node --version
- npm --version
- gradle --version

View File

@ -11,6 +11,7 @@ environment:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
install:
# Install Android SDK Tools