forked from Wirecloud/wirecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (36 loc) · 790 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
32
33
34
35
36
37
38
39
40
41
dist: precise
language: python
cache: pip
sudo: false
env:
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- node_js: "lts/*"
language: node_js
python: ""
addons:
firefox: "45.0"
env: TEST_SUITE=js_unittests
- node_js: "lts/*"
language: node_js
python: ""
addons:
firefox: latest-esr
env: TEST_SUITE=js_unittests
before_install:
- . src/ci_scripts/travis_before_install.sh
before_script:
- . src/ci_scripts/travis_before_script.sh
script:
- src/ci_scripts/travis.sh sqlite3 django$DJANGO_VERSION unittest
branches:
only:
- develop