Skip to content

Commit

Permalink
Drop Julia 0.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fchorney committed Jan 23, 2019
1 parent cd87777 commit 6db1ae7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- julia_version: 0.6
- julia_version: 0.7
- julia_version: 1
- julia_version: nightly
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 0.6
- 0.7
- 1.0
- nightly
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.6
julia 0.7
TimeZones 0.7
Compat 0.62.0
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ makedocs(;
deploydocs(;
repo="github.com/invenia/Intervals.jl",
target="build",
julia="0.6",
julia="1.0",
deps=nothing,
make=nothing,
)

0 comments on commit 6db1ae7

Please sign in to comment.