Skip to content

Commit

Permalink
Bump Julia require to 0.7, stop testing on 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Aug 14, 2018
1 parent fe8a644 commit 4ead5f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
1 change: 0 additions & 1 deletion .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 Down
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@

*A documentation generator for Julia.*

| **Documentation** | **PackageEvaluator** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.6-img]][pkg-0.6-url] [![][pkg-0.7-img]][pkg-0.7-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |


## Installation

The package is registered in `METADATA.jl` and can be installed with `Pkg.add`.
The package can be installed with Julias package manager:

```julia
julia> import Pkg

julia> Pkg.add("Documenter")
```

Expand All @@ -23,9 +25,9 @@ julia> Pkg.add("Documenter")

## Project Status

The package is tested against Julia `0.6` and *current* `0.7-dev` on Linux, OS X, and Windows.
The package is tested against Julia `0.7`, `1.0` and *current* `1.1-dev` on Linux, OS X, and Windows.

Support for Julia `0.4` and `0.5` has been dropped in the latest version, but older versions of Documenter may still work with those Julia versions (the `0.8` and `0.11` branches for either Julia version, respectively).
Support for Julia `0.4`, `0.5` and `0.6` has been dropped in the latest version, but older versions of Documenter may still work with those Julia versions (the `0.8` and `0.11` branches for either Julia version, respectively).

## Questions and Contributions

Expand Down Expand Up @@ -53,8 +55,3 @@ Contributions are very welcome, as are feature requests and suggestions. Please
[codecov-url]: https://codecov.io/gh/JuliaDocs/Documenter.jl

[issues-url]: https://github.com/JuliaDocs/Documenter.jl/issues

[pkg-0.6-img]: http://pkg.julialang.org/badges/Documenter_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=Documenter&ver=0.6
[pkg-0.7-img]: http://pkg.julialang.org/badges/Documenter_0.7.svg
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=Documenter&ver=0.7
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 4ead5f6

Please sign in to comment.