nsconfig
Version:
Netsuite Auth Configuration
24 lines (20 loc) • 375 B
YAML
language: node_js
node_js:
- '0.12'
- 'iojs'
- '4'
- '5'
os:
- 'linux'
- 'osx'
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:
- 'npm test'