Blame view

code/finance_web/node_modules/parse-asn1/.travis.yml 147 Bytes
a  
谢明辉 committed
1 2 3 4 5 6 7 8 9
sudo: false
language: node_js
node_js:
  - "0.12"
  - "iojs"
env:
  - TEST_SUITE=standard
  - TEST_SUITE=unit
script: "npm run-script $TEST_SUITE"