Skip to content

Commit fbb9d3e

Browse files
committed
try to get docs to build again
1 parent 1454fc2 commit fbb9d3e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.travis.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,22 @@ language: julia
33
os:
44
- linux
55
julia:
6-
- 1.1
7-
- nightly
6+
- 1
87
jobs:
98
include:
109
- stage: "Documentation"
11-
julia: 1.1
10+
julia: 1
1211
os: linux
1312
script:
1413
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
1514
Pkg.instantiate()'
1615
- julia --project=docs/ docs/make.jl
1716
after_success: skip
17+
1818
notifications:
1919
email: false
20-
branches:
21-
only: # Only kick off CI for master and potential merges to master from within PRs
22-
- master
23-
- /^release-.*$/
24-
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
25-
matrix:
26-
allow_failures:
27-
- julia: nightly
20+
21+
if: branch = master OR tag IS present OR type = pull_request
22+
2823
after_success:
2924
- julia -e 'using Pkg; import Meshing; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)