Skip to content

Commit

Permalink
rm 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Aug 14, 2018
1 parent 5b36c7b commit b6cabdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:
- osx

julia:
- 0.6
- 0.7
- 1.0
- nightly
Expand All @@ -14,4 +13,4 @@ notifications:
email: false

after_success:
- julia -e 'cd(Pkg.dir("Documenter", "test")); include("coverage.jl")'
- julia -e 'include("coverage.jl")'
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
Compat 0.70.0 # reduce(; init=...) / Compat#590
DocStringExtensions 0.2
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.0
- julia_version: latest
Expand Down

0 comments on commit b6cabdb

Please sign in to comment.