nsify
Version:
NetSuite-side require() the node.js
23 lines (18 loc) • 364 B
YAML
language: node_js
os:
- 'linux'
#- 'osx'
node_js:
- '4.2.1'
- '5.4.0'
install:
# - npm config set registry http://23.251.144.68
# Disable the spinner, it looks bad on Travis
- 'npm config set spin false'
# Log HTTP requests
- 'npm config set loglevel http'
- 'time npm install'
after_script:
- 'npm run coveralls'
script:
- 'gulp test'