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:
9
9
- env : CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/ SAGE_AGE=1
10
10
11
11
install :
12
- - ./.travis-install.sh
12
+ - " ./.travis-install.sh"
13
13
script :
14
- - ./.travis-test.sh
14
+ - " ./.travis-test.sh"
15
15
cache :
16
16
directories :
17
- - $HOME/SageMath
18
- - $HOME/.cache/matplotlib
17
+ - " $HOME/SageMath"
18
+ - " $HOME/.cache/matplotlib"
19
19
timeout : 1000
20
20
before_cache :
21
21
- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
22
22
after_success :
23
- - ./.travis-deploy-doc.sh
23
+ - " ./.travis-deploy-doc.sh"
24
24
before_script :
25
25
- openssl aes-256-cbc -K $encrypted_2f33c728c8dc_key -iv $encrypted_2f33c728c8dc_iv
26
26
-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 9
9
from distutils .command import build as build_module
10
10
11
11
# 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' ):
13
13
if idx is None :
14
14
idx = 0
15
15
else :
You can’t perform that action at this time.
0 commit comments