forked from Wirecloud/wirecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
60 lines (54 loc) · 1.17 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
dist: xenial
language: python
cache: pip
sudo: false
env:
- DJANGO_VERSION=2.0
- DJANGO_VERSION=2.1
- DJANGO_VERSION=2.2
python:
- "3.5"
- "3.6"
- "3.7"
services:
- postgresql
- docker
- xvfb
matrix:
include:
- python: "3.6"
env:
- TEST_SUITE=elasticsearch
- DJANGO_VERSION=2.2
- python: "3.6"
env:
- TEST_SUITE=solr
- DJANGO_VERSION=2.2
- node_js: "lts/*"
language: node_js
python: ""
addons:
firefox: "52.0.2esr"
env: TEST_SUITE=js_unittests
- node_js: "lts/*"
language: node_js
python: ""
addons:
firefox: latest-esr
env: TEST_SUITE=js_unittests
- addons:
firefox: "60.2.2esr"
env:
- TEST_SUITE=selenium
- DJANGO_VERSION=2.2
install:
- . src/ci_scripts/travis_install.sh
before_script:
- . src/ci_scripts/travis_before_script.sh
script:
- src/ci_scripts/travis.sh
after_success:
- src/ci_scripts/travis_after_success.sh
branches:
only:
- develop