UNPKG

ns-formula-parse

Version:

This project is a NetSuite Formula parser based on PEG

20 lines (17 loc) 359 B
language: node_js node_js: - '4.0.0' - '4.1.2' - '4.2.1' - '5.0.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'