diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 15:06:55 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 15:07:48 -0700 |
commit | ce541a962efc5d5f15aff28efcf0064d85f9bbb0 (patch) | |
tree | 7e5dac770f521ff6bdc293b8833e981ae1b9636d /.travis.yml | |
parent | 035ec18ae55e4d344b73b1be572d3f84526799bd (diff) | |
download | qtlocation-mapboxgl-ce541a962efc5d5f15aff28efcf0064d85f9bbb0.tar.gz |
fuzzy image comparison + create diff images
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dddd096c86..46f8aabe00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ script: - make linux -j4 BUILDTYPE=${BUILDTYPE} - make test -j4 BUILDTYPE=${BUILDTYPE} - ./scripts/run_tests.sh +- ./scripts/compare_images.js after_script: - ./scripts/deploy_results.sh |