Skip to content

Commit cfe5a72

Browse files
Update .travis.yml
1 parent f9e9784 commit cfe5a72

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@ language: julia
44

55
os:
66
- linux
7-
# - osx
7+
- osx
88

99
julia:
10-
# - nightly
1110
- 1
11+
- nightly
1212

1313
codecov: true
1414
coveralls: true
1515

16+
notifications:
17+
email: false
18+
1619
jobs:
20+
# Uncomment the following lines to allow failures on nightly julia
21+
# (tests will run but not make your overall status red)
1722
allow_failures:
1823
- julia: nightly
24+
fast_finish: true
1925
include:
2026
- stage: "Documentation"
21-
julia: 1.5
27+
julia: 1.6
2228
os: linux
2329
env:
2430
- GKSwstype="100" # See https://github.com/jheinen/GR.jl/issues/278
@@ -35,6 +41,3 @@ jobs:
3541
- julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3642
- julia --color=yes --project=docs/ docs/make.jl
3743
after_success: skip
38-
39-
notifications:
40-
email: false

0 commit comments

Comments
 (0)