File tree 2 files changed +6
-6
lines changed
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_111e15ae3c19_key -iv $encrypted_111e15ae3c19_iv
26
26
-in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d
Original file line number Diff line number Diff line change 1
- 3.3
1
+ 3.1
You can’t perform that action at this time.
0 commit comments