Skip to content

Commit

Permalink
Updates for julia v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLauwens committed Aug 30, 2018
1 parent a0d2948 commit 48c809f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
- 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"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

matrix:
Expand Down
3 changes: 0 additions & 3 deletions src/SimJulia.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
__precompile__()


"""
Main module for SimJulia.jl – a discrete event process oriented simulation framework for Julia.
"""
Expand Down

0 comments on commit 48c809f

Please sign in to comment.