Skip to content

Commit

Permalink
Remove -F flag in Julia invocation on AppVeyor
Browse files Browse the repository at this point in the history
This was causing failures on Julia 0.6, since -F was removed.
  • Loading branch information
ararslan committed Mar 29, 2017
1 parent 812a8a4 commit 486355f
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 @@ -34,7 +34,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 -F -e "versioninfo();
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(pwd(), \"RData\"); Pkg.build(\"RData\")"

test_script:
Expand Down

0 comments on commit 486355f

Please sign in to comment.