-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
31 lines (31 loc) · 953 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python
matrix:
include:
- env: CACHE_NAME=latest DEPLOY_DOC_FROM_BRANCH=master DEPLOY_DOC_TO_REPOSITORY=mstreng/recip
DEPLOY_DOC_TO_DIRECTORY=doc/html SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
SAGE_AGE=0
- env: CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
SAGE_AGE=1
allow_failures:
- env: CACHE_NAME=older SAGE_SERVER=http://mirrors.xmission.com/sage/linux/64bit/
SAGE_AGE=1
addons:
apt:
packages:
- gfortran
install:
- ./.travis-install.sh
script:
- ./.travis-test.sh
cache:
directories:
- $HOME/SageMath
- $HOME/.cache/matplotlib
timeout: 1000
before_cache:
- rm -Rf $HOME/SageMath/logs $HOME/SageMath/.BUILDSTART
after_success:
- ./.travis-deploy-doc.sh
before_script:
- openssl aes-256-cbc -K $encrypted_b349c640467b_key -iv $encrypted_b349c640467b_iv
-in .travis_ci_gh_pages_deploy_key.enc -out .travis_ci_gh_pages_deploy_key -d || true