Skip to content

Commit

Permalink
Merge pull request #488 from JuliaArrays/mschauer-patch-1
Browse files Browse the repository at this point in the history
Deploy docs under 0.7
  • Loading branch information
andyferris authored Sep 12, 2018
2 parents ade1b55 + 9649290 commit 81dd6ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
Expand All @@ -21,8 +22,8 @@ branches:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("StaticArrays"); Pkg.test("StaticArrays"; coverage=true)'
after_success:
- if [ $TRAVIS_JULIA_VERSION = "0.6" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
julia -e 'cd(Pkg.dir("StaticArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
- if [ $TRAVIS_JULIA_VERSION = "0.7" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
fi
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("StaticArrays")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia docs/make.jl
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ makedocs(

deploydocs(
repo = "github.com/JuliaArrays/StaticArrays.jl.git",
julia = "0.6",
julia = "0.7",
target = "build",
deps = nothing,
make = nothing
Expand Down

0 comments on commit 81dd6ca

Please sign in to comment.