mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-11 05:46:37 +01:00
More perceptualdiff testing tweaks.
This commit is contained in:
parent
a3566f0ccf
commit
d2df6ef233
@ -4,3 +4,5 @@ node_js:
|
|||||||
before_script:
|
before_script:
|
||||||
- "npm install -g grunt-cli"
|
- "npm install -g grunt-cli"
|
||||||
- "npm install"
|
- "npm install"
|
||||||
|
- "sudo apt-get update --quiet=2"
|
||||||
|
- "sudo apt-get --quiet=2 install perceptualdiff"
|
||||||
|
@ -63,6 +63,7 @@ module.exports = function (grunt) {
|
|||||||
command: './run.sh',
|
command: './run.sh',
|
||||||
options: {
|
options: {
|
||||||
stdout: true,
|
stdout: true,
|
||||||
|
failOnError: true,
|
||||||
execOptions: {
|
execOptions: {
|
||||||
cwd: 'spec/viz'
|
cwd: 'spec/viz'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user