You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 261B

12345678910111213141516
  1. before_script:
  2. - sudo apt-get install libreoffice
  3. language: node_js
  4. node_js:
  5. - stable
  6. install:
  7. - npm install
  8. script:
  9. - npm run cover
  10. # Send coverage data to Coveralls
  11. after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"