File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1- # Copying and distribution of this file, with or without modification,
2- # are permitted in any medium without royalty provided the copyright
3- # notice and this notice are preserved. This file is offered as-is,
4- # without any warranty.
51language : python
62matrix :
73 include :
84 - env : CACHE_NAME=latest DEPLOY_DOC_FROM_BRANCH=master DEPLOY_DOC_TO_REPOSITORY=username/sample_sage
9- DEPLOY_DOC_TO_DIRECTORY=doc/html SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/ SAGE_AGE=0
10- - env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/ SAGE_AGE=1
5+ DEPLOY_DOC_TO_DIRECTORY=doc/html SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
6+ SAGE_AGE=0
7+ - env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
8+ SAGE_AGE=1
119 allow_failures :
12- - env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/ SAGE_AGE=1
10+ - env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
11+ SAGE_AGE=1
1312install :
14- - ./.travis-install.sh
13+ - " ./.travis-install.sh"
1514script :
16- - ./.travis-test.sh
15+ - " ./.travis-test.sh"
1716cache :
1817 directories :
19- - $HOME/SageMath
20- - $HOME/.cache/matplotlib
18+ - " $HOME/SageMath"
19+ - " $HOME/.cache/matplotlib"
2120 timeout : 1000
2221before_cache :
2322- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
2423after_success :
25- - ./.travis-deploy-doc.sh
24+ - " ./.travis-deploy-doc.sh"
2625before_script :
2726- openssl aes-256-cbc -K $encrypted_111e15ae3c19_key -iv $encrypted_111e15ae3c19_iv
28- -in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d
27+ -in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d
You can’t perform that action at this time.
0 commit comments