We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5985431 commit 35a8d7dCopy full SHA for 35a8d7d
.travis.yml
@@ -29,6 +29,9 @@ jobs:
29
- julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(url="https://github.com/StatisticalRethinkingJulia/StructuralCausalModels.jl"));Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
30
- julia --project=docs --color=yes docs/make.jl
31
after_success: skip
32
+ allow_failures:
33
+ - julia: nightly
34
+ - os: osx
35
36
after_success:
37
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments