arrowdb
Version:
Appcelerator ArrowDB SDK for NodeJS
17 lines (13 loc) • 577 B
YAML
language: node_js
node_js:
- "8"
- "10"
- "12"
# use docker for travis
sudo: false
# set these variables from the query. travis seems to not like forking openssl
before_script:
- export FINGERPRINT_DEFAULT=`openssl x509 -noout -fingerprint -sha1 -in <(openssl x509 -in <(openssl s_client -connect api.cloud.appcelerator.com:443 -prexit 2>/dev/null))`
- export FINGERPRINT_TEST=`openssl x509 -noout -fingerprint -sha1 -in <(openssl x509 -in <(openssl s_client -connect preprod-api.cloud.appctest.com:443 -prexit 2>/dev/null))`
- npm cache verify
- npm install -g grunt-cli