Skip to content

Commit

Permalink
get appveyor running
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Sep 9, 2015
1 parent 4cc1c95 commit d3f1971
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 @@ -18,7 +18,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
# - git fetch --unshallow
- C:\projects\julia\bin\julia-debug -e "versioninfo(); Pkg.init(); Pkg.add(\"FileIO\"); Pkg.checkout(\"FileIO\");"
- C:\projects\julia\bin\julia-debug -e "versioninfo(); Pkg.init(); Pkg.clone(pwd())"

test_script:
- C:\projects\julia\bin\julia-debug -e "Pkg.test(\"FileIO\")"

0 comments on commit d3f1971

Please sign in to comment.