浏览代码

Added timeout for code cover and script install imagemagik.

tags/v1.0.0
Kalimuthu Selvaraj 5 年前
父节点
当前提交
4c677cc277
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1
    0
      .travis.yml
  2. 1
    1
      package.json

+ 1
- 0
.travis.yml 查看文件

@@ -1,5 +1,6 @@
before_script:
- sudo apt-get install libreoffice
- sudo apt-get install imagemagick

language: node_js


+ 1
- 1
package.json 查看文件

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"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"
},
"keywords": [

正在加载...
取消
保存