Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy docs under 0.7 #488

Merged
merged 3 commits into from
Sep 12, 2018
Merged

Deploy docs under 0.7 #488

merged 3 commits into from
Sep 12, 2018

Conversation

mschauer
Copy link
Collaborator

@mschauer mschauer commented Sep 6, 2018

0.6 is not run anymore.

@mschauer
Copy link
Collaborator Author

mschauer commented Sep 6, 2018

By the way, .travis.yml contains a reference to 0.6 which is dead code. Should Coverage be run through travis?

@fredrikekre
Copy link
Member

Maybe enable 1.0 in the build matrix and build docs there?

.travis.yml Outdated
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("StaticArrays")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'import StaticArrays; cd(joinpath(dirname(pathof(StaticArrays)), "..")); include(joinpath("docs", "make.jl"))'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line can just be

- julia docs/make.jl

@mschauer
Copy link
Collaborator Author

mschauer commented Sep 6, 2018

I still build the docs under 0.7, but added 1.0 to the build matrix and the docs parse successfully there too.

@andyferris andyferris merged commit 81dd6ca into master Sep 12, 2018
@fredrikekre fredrikekre deleted the mschauer-patch-1 branch September 12, 2018 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants