File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 12
12
- PROJBUILD=$HOME/projbuild
13
13
14
14
15
- # nci verson is GDALVERSION="3.0.2" and python3.7
15
+ # nci version is GDALVERSION="3.0.2" and python3.7
16
16
jobs :
17
17
include :
18
18
- python : " 3.6"
@@ -68,19 +68,20 @@ after_success:
68
68
- codecov
69
69
70
70
71
+ before_deploy :
72
+ - cd docs && make html
73
+
74
+
71
75
deploy :
72
- script :
73
- - pip install numpy==1.16.4
74
- - cd docs && make html
75
76
provider : pages
76
- skip-cleanup : true
77
- keep-history : true
77
+ skip_cleanup : true
78
+ keep_history : true
78
79
verbose : true
79
80
on :
80
81
branch : master
81
82
condition : $GDALVERSION="3.0.2" && $TRAVIS_PYTHON_VERSION=3.8.*
82
- github-token : $GITHUB_TOKEN2
83
- local-dir : docs/_build/html
83
+ github_token : $GITHUB_TOKEN2
84
+ local_dir : docs/_build/html
84
85
project_name : PyRate
85
86
email : insar@ga.gov.au
86
87
name : InSAR Team
You can’t perform that action at this time.
0 commit comments