mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
More perceptualdiff testing tweaks.
This commit is contained in:
parent
a3566f0ccf
commit
d2df6ef233
@ -4,3 +4,5 @@ node_js:
|
||||
before_script:
|
||||
- "npm install -g grunt-cli"
|
||||
- "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',
|
||||
options: {
|
||||
stdout: true,
|
||||
failOnError: true,
|
||||
execOptions: {
|
||||
cwd: 'spec/viz'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user