-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
44 lines (44 loc) · 1.05 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
language: python
python:
- 2.6
- 2.7
sudo: false
cache:
directories:
- eggs
env:
- PLONE_VERSION=4.1
- PLONE_VERSION=4.2
- PLONE_VERSION=4.3
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1
matrix:
exclude:
- python: 2.7
env: PLONE_VERSION=4.1
- python: 2.6
env: PLONE_VERSION=4.2
- python: 2.6
env: PLONE_VERSION=4.3
- python: 2.6
env: PLONE_VERSION=5.0
- python: 2.6
env: PLONE_VERSION=5.1
fast_finish: true
install:
- sed -ie "s#travis-4.x.cfg#travis-$PLONE_VERSION.x.cfg#" travis.cfg
- sed -ie "s#versions-$PLONE_VERSION.x#versions#" travis.cfg
- mkdir -p buildout-cache/eggs
- mkdir -p buildout-cache/downloads
- pip install zc.buildout
- buildout -c travis.cfg annotate
- buildout -c travis.cfg -N -q
branches:
only:
- master
script:
- bin/code-analysis
- bin/test
notifications:
hipchat:
secure: "n5j/iA4+TfFXPL8ABIYINBnt3/W0tWfPVmSuYY1ClGLMRJdCZGA5YaZQDcUKSWYaaTNdOAmRedKQMcLj/khQfauNvmD+p3jWyau71Yfoo1GB/qDxsivKnD3kvKkoGvcDehFyLS5U50TMV6DL7ojju9ixp08Hez+uFLMpvXzDbMs="