Skip to content

Commit

Permalink
fix appveyor fail
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase authored and Patrick Niklaus committed Mar 21, 2017
1 parent 2154892 commit bfc272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_test:
- node --version
- npm --version
- npm install --ignore-scripts
- npm link
- npm link --ignore-scripts
- SET PATH=%CD%\osrm-deps\libs\bin;%PATH%
- SET OSRM_BUILD_DIR=build\%Configuration%
- npm test
Expand Down

0 comments on commit bfc272f

Please sign in to comment.