Skip to content

Commit

Permalink
Update REQUIRE and use Pkg3 on v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jun 5, 2018
1 parent e397791 commit 815e340
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 @@ -42,7 +42,7 @@ build_script:
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using InteractiveUtils);
versioninfo();
if VERSION < v\"0.7.0-DEV.5183\"; Pkg.clone(pwd(), \"StrTables\"); else; Pkg.up(); end"
if VERSION < v\"0.7.0-DEV.5183\"; Pkg.clone(pwd(), \"StrTables\"); else; using Pkg; Pkg.up(); end"

test_script:
- C:\projects\julia\bin\julia -e "Pkg.test(\"StrTables\")"
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using Pkg); Pkg.test(\"StrTables\")"

0 comments on commit 815e340

Please sign in to comment.