Skip to content

Commit

Permalink
bugfix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcp committed Jun 4, 2019
1 parent c8f9713 commit 126e2e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -27,10 +27,7 @@ notifications:
install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))


build_script:
- C:\julia\bin\julia --color=yes -e 'using Pkg;Pkg.Registry.add(RegistrySpec(url="https://github.com/vincentcp/FrameFunRegistry"));'
- C:\julia\bin\julia --color=yes -e 'using Pkg;Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General"));'
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"

Expand Down

0 comments on commit 126e2e4

Please sign in to comment.