Skip to content

Commit

Permalink
Merge pull request #64 from invenia/fc/date-printing-fix
Browse files Browse the repository at this point in the history
Modify tests for Date/DateTime repr changes
  • Loading branch information
omus committed Jan 23, 2019
2 parents 549bd93 + 6db1ae7 commit 66f9de7
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 141 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,
)
Loading

0 comments on commit 66f9de7

Please sign in to comment.