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 238517d commit e32e133
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 @@ -45,4 +45,4 @@ build_script:
if VERSION < v\"0.7.0-DEV.5183\"; Pkg.clone(pwd(), pkg); else; Pkg.up(); end"

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

0 comments on commit e32e133

Please sign in to comment.