Skip to content

Commit 9c6be05

Browse files
committed
'generate the documentation from here, so that it does not fail rn'
1 parent 4213a86 commit 9c6be05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ env:
1111

1212
stages:
1313
- test
14-
- documentation
14+
- name: documentation
15+
# freezing the python2.7 version for this at first
16+
if: branch = archived_py2
1517
- name: release
1618
if: branch = public
1719

@@ -33,6 +35,7 @@ before_install:
3335
libnetcdf-dev
3436
libhdf5-serial-dev
3537
python-numpy
38+
3639
# Clone the private gap repository using deploy key
3740
- echo $github_deploy_key | base64 -d > ~/.ssh/github_deploy_key
3841
- chmod 0600 ~/.ssh/github_deploy_key

0 commit comments

Comments
 (0)