We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f766e6 + 2131257 commit be452a3Copy full SHA for be452a3
.travis.yml
@@ -15,5 +15,5 @@ notifications:
15
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16
# - julia -e 'Pkg.clone(pwd()); Pkg.build("AccurateArithmetic"); Pkg.test("AccurateArithmetic"; coverage=true)';
17
after_success:
18
- - julia -e 'cd(Pkg.dir("AccurateArithmetic")); Pkg.add("Documenter"); using Documenter; include(joinpath("docs", "make.jl"))';
+ - julia -e 'cd(Pkg.dir("AccurateArithmetic")); ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); using Documenter; include(joinpath("docs", "make.jl"))';
19
- julia -e 'cd(Pkg.dir("AccurateArithmetic")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
0 commit comments