Skip to content

Commit d844c70

Browse files
committed
Changed Ubuntu version
1 parent 078fd63 commit d844c70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1111
install:
12-
- ./.travis-install.sh
12+
- "./.travis-install.sh"
1313
script:
14-
- ./.travis-test.sh
14+
- "./.travis-test.sh"
1515
cache:
1616
directories:
17-
- $HOME/SageMath
18-
- $HOME/.cache/matplotlib
17+
- "$HOME/SageMath"
18+
- "$HOME/.cache/matplotlib"
1919
timeout: 1000
2020
before_cache:
2121
- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
2222
after_success:
23-
- ./.travis-deploy-doc.sh
23+
- "./.travis-deploy-doc.sh"
2424
before_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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from 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:

0 commit comments

Comments
 (0)