Skip to content

Commit 39490d8

Browse files
committed
update .travis_ci yml
1 parent 1a24dc5 commit 39490d8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: julia
2-
sudo: required
32
os:
43
- linux
54
- osx
@@ -8,9 +7,6 @@ julia:
87
- 1.0
98
- 1.4
109
- nightly
11-
matrix:
12-
allow_failures:
13-
- julia: nightly
1410
addons:
1511
apt_packages:
1612
- gfortran
@@ -25,13 +21,15 @@ git:
2521
after_success:
2622
- julia -e 'using Pkg, MendelPlots; cd(joinpath(dirname(pathof(MendelPlots)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
2723

28-
2924
jobs:
25+
allow_failures:
26+
- julia: nightly
3027
include:
3128
- stage: "Documentation"
3229
julia: 1.4
33-
os: osx
30+
os: linux
3431
script:
3532
- julia -e 'using Pkg; Pkg.add("Documenter")'
3633
- julia -e 'using MendelPlots; include(joinpath(dirname(pathof(MendelPlots)), "..", "docs", "make.jl"))'
37-
after_script: skip
34+
after_script: skip
35+
after_success: skip

0 commit comments

Comments
 (0)