forked from Wirecloud/wirecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
67 lines (61 loc) · 1.36 KB
/
Copy path.travis.yml
File metadata and controls
67 lines (61 loc) · 1.36 KB
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
61
62
63
64
65
66
67
dist: precise
language: python
cache: pip
sudo: false
env:
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: "3.6"
dist: trusty
services:
- docker
env:
- TEST_SUITE=elasticsearch
- DJANGO_VERSION=1.11
- python: "3.6"
dist: trusty
services:
- docker
env:
- TEST_SUITE=solr
- DJANGO_VERSION=1.11
- node_js: "lts/*"
dist: trusty
language: node_js
python: ""
addons:
firefox: "45.0"
env: TEST_SUITE=js_unittests
- node_js: "lts/*"
dist: trusty
language: node_js
python: ""
addons:
firefox: latest-esr
env: TEST_SUITE=js_unittests
- addons:
firefox: "60.2.2esr"
dist: trusty
services:
- docker
env:
- TEST_SUITE=selenium
- DJANGO_VERSION=1.11
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