Skip to content

Commit 82fc2cd

Browse files
committed
Updated gh-pages keys.
1 parent b004dd5 commit 82fc2cd

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.travis.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
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.
51
language: python
62
matrix:
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
1312
install:
14-
- ./.travis-install.sh
13+
- "./.travis-install.sh"
1514
script:
16-
- ./.travis-test.sh
15+
- "./.travis-test.sh"
1716
cache:
1817
directories:
19-
- $HOME/SageMath
20-
- $HOME/.cache/matplotlib
18+
- "$HOME/SageMath"
19+
- "$HOME/.cache/matplotlib"
2120
timeout: 1000
2221
before_cache:
2322
- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
2423
after_success:
25-
- ./.travis-deploy-doc.sh
24+
- "./.travis-deploy-doc.sh"
2625
before_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

0 commit comments

Comments
 (0)