Skip to content

Commit 35a8d7d

Browse files
committed
Rel 0.1.4
1 parent 5985431 commit 35a8d7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(url="https://github.com/StatisticalRethinkingJulia/StructuralCausalModels.jl"));Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
3030
- julia --project=docs --color=yes docs/make.jl
3131
after_success: skip
32+
allow_failures:
33+
- julia: nightly
34+
- os: osx
3235

3336
after_success:
3437
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)