We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d2948 commit 48c809fCopy full SHA for 48c809f
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
matrix:
3
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
4
- - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-1.0-latest-win64.exe"
+ - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
5
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
6
7
src/SimJulia.jl
@@ -1,6 +1,3 @@
-__precompile__()
-
"""
Main module for SimJulia.jl – a discrete event process oriented simulation framework for Julia.
0 commit comments