Skip to content

Commit

Permalink
add -F to appveyor.yml
Browse files Browse the repository at this point in the history
should fix issue with `touch` on julia 0.3
  • Loading branch information
tkelman committed Mar 13, 2016
1 parent 9407ad0 commit d31f1f4
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 @@ -29,7 +29,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
- C:\projects\julia\bin\julia -F -e "versioninfo();
Pkg.clone(pwd(), \"LightXML\"); Pkg.build(\"LightXML\")"

test_script:
Expand Down

0 comments on commit d31f1f4

Please sign in to comment.