Skip to content

Commit

Permalink
Merge branch 'master' into #208-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jul 11, 2019
2 parents eb6feff + 916f7b0 commit c2b09c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: '{branch} #{build}'
environment:
matrix:
- nodejs_version: "10"
global:
FORCE_COLOR: 1

install:
- ps: Install-Product node $env:nodejs_version x64
Expand All @@ -12,7 +14,6 @@ install:
- npm install

test_script:
- set FORCE_COLOR=1
- npm test

after_test:
Expand Down
2 changes: 1 addition & 1 deletion scripts/exiftool-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const tar = require('tar');

const { exiftoolDir, platform } = require('../lib/third-party.js');

const version = '11.51';
const version = '11.54';

const urls = {
win: `http://downloads.sourceforge.net/project/exiftool/exiftool-${version}.zip`,
Expand Down

0 comments on commit c2b09c3

Please sign in to comment.