Browse Source

Added timeout for code cover and script install imagemagik.

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
4c677cc277
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      .travis.yml
  2. 1
    1
      package.json

+ 1
- 0
.travis.yml View File

before_script: before_script:
- sudo apt-get install libreoffice - sudo apt-get install libreoffice
- sudo apt-get install imagemagick


language: node_js language: node_js



+ 1
- 1
package.json View File

"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha --reporter spec --timeout 1500000", "test": "node_modules/.bin/mocha --reporter spec --timeout 1500000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
"coverage": "nyc npm run test" "coverage": "nyc npm run test"
}, },
"keywords": [ "keywords": [

Loading…
Cancel
Save