Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 18, 2017
1 parent bd16188 commit 59c600b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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();
Pkg.clone(pwd(), \"EllipsesNotation\"); Pkg.build(\"EllipsesNotation\")"
Pkg.clone(pwd(), \"EllipsisNotation\"); Pkg.build(\"EllipsisNotation\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"EllipsesNotation\")"
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"EllipsisNotation\")"

0 comments on commit 59c600b

Please sign in to comment.