William Cheng 18b500218a
[JS] fix NPE for null string and improve Travis config file (#2553)
* fix NPE with null string

* update travis for nodejs

* update js samples
2019-03-31 16:15:09 +08:00

6 lines
56 B
YAML

language: node_js
cache: npm
node_js:
- "6"
- "6.1"