File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ matrix:
99 - env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/ SAGE_AGE=1
1010
1111install :
12- - ./.travis-install.sh
12+ - " ./.travis-install.sh"
1313script :
14- - ./.travis-test.sh
14+ - " ./.travis-test.sh"
1515cache :
1616 directories :
17- - $HOME/SageMath
18- - $HOME/.cache/matplotlib
17+ - " $HOME/SageMath"
18+ - " $HOME/.cache/matplotlib"
1919 timeout : 1000
2020before_cache :
2121- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
2222after_success :
23- - ./.travis-deploy-doc.sh
23+ - " ./.travis-deploy-doc.sh"
2424before_script :
2525- openssl aes-256-cbc -K $encrypted_2f33c728c8dc_key -iv $encrypted_2f33c728c8dc_iv
2626 -in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d || true
Original file line number Diff line number Diff line change 99from distutils .command import build as build_module
1010
1111# Obtain the different Sage versions
12- def get_all_version_names (mirror_url , idx = None , distribution = 'Ubuntu_14 .04-x86_64' ):
12+ def get_all_version_names (mirror_url , idx = None , distribution = 'Ubuntu_12 .04-x86_64' ):
1313 if idx is None :
1414 idx = 0
1515 else :
You can’t perform that action at this time.
0 commit comments