Skip to content

Commit 8e7785c

Browse files
Merge pull request #20 from climate-machine/ck/Config
Try to fix docs
2 parents cf0f158 + 94b5d68 commit 8e7785c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ os:
1717
julia:
1818
- 1.2
1919
- 1.3
20-
- nightly
20+
allow_failures:
21+
- nightly
2122
notifications:
2223
email: false
2324

24-
matrix:
25-
allow_failures:
26-
- julia: nightly
27-
2825
env:
2926
global:
3027
- PYTHON=conda
@@ -53,7 +50,7 @@ after_success:
5350
jobs:
5451
include:
5552
- stage: "Documentation"
56-
julia: 1.0
53+
julia: 1.3
5754
os: linux
5855
script:
5956
- export DOCUMENTER_DEBUG="true"

0 commit comments

Comments
 (0)