Skip to content

Commit 48c809f

Browse files
committed
Updates for julia v1.0
1 parent a0d2948 commit 48c809f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- 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"
4+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
55
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
66

77
matrix:

src/SimJulia.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
__precompile__()
2-
3-
41
"""
52
Main module for SimJulia.jl – a discrete event process oriented simulation framework for Julia.
63
"""

0 commit comments

Comments
 (0)