Skip to content

Commit

Permalink
How about one older in AppVeyor? #4
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Aug 7, 2016
1 parent b544416 commit 444543d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ cache:

install:
- ps: Install-Product node $env:nodejs_version
- appveyor DownloadFile "http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.24/GraphicsMagick-1.3.24-Q16-win64-dll.exe?r=&ts=1470470434&use_mirror=kent"
- GraphicsMagick-1.3.24-Q16-win64-dll.exe /SP /VERYSILENT /NORESTART /NOICONS /DIR=%CD%\gm
#- appveyor DownloadFile "http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.24/GraphicsMagick-1.3.24-Q16-win64-dll.exe?r=&ts=1470470434&use_mirror=kent"
#- GraphicsMagick-1.3.24-Q16-win64-dll.exe /SP /VERYSILENT /NORESTART /NOICONS /DIR=%CD%\gm
- appveyor DownloadFile "http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.23/GraphicsMagick-1.3.23-Q16-win64-dll.exe?r=&ts=1470470434&use_mirror=kent"
- GraphicsMagick-1.3.23-Q16-win64-dll.exe /SP /VERYSILENT /NORESTART /NOICONS /DIR=%CD%\gm
- set PATH=%CD%\gm;%PATH%
- npm install

Expand Down
2 changes: 1 addition & 1 deletion tests/cli_tape.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const fs = require('fs'),

const tape = require('tape');

const pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));
const pkg = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'package.json'), 'utf8'));

tape('cli should output version number', function (test) {
test.plan(1);
Expand Down

0 comments on commit 444543d

Please sign in to comment.