Skip to content

Commit

Permalink
Require Julia v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 25, 2017
1 parent 7c98d1d commit 38ab004
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

julia:
- 0.5
- 0.6
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please [open an issue](https://github.com/juliohm/GeoStats.jl/issues) if you enc
[travis-img]: https://travis-ci.org/juliohm/GeoStats.jl.svg?branch=master
[travis-url]: https://travis-ci.org/juliohm/GeoStats.jl

[julia-pkg-img]: http://pkg.julialang.org/badges/GeoStats_0.5.svg
[julia-pkg-img]: http://pkg.julialang.org/badges/GeoStats_0.6.svg
[julia-pkg-url]: http://pkg.julialang.org/?pkg=GeoStats

[codecov-img]: https://codecov.io/gh/juliohm/GeoStats.jl/branch/master/graph/badge.svg
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.5
julia 0.6
Combinatorics
SpecialFunctions
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ deploydocs(
target = "build",
deps = nothing,
make = nothing,
julia = "0.5"
julia = "0.6"
)

0 comments on commit 38ab004

Please sign in to comment.