-
Notifications
You must be signed in to change notification settings - Fork 56
/
.travis.yml
56 lines (53 loc) · 1.32 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
jobs:
include:
- if: head_branch =~ /^release\/.+$/ or head_branch =~ /^main\/.+$/
os: osx
osx_image: xcode10.2
language: generic
sudo: true
env:
- TOXENV=py27
- PYTHON_TESTS=true
- if: head_branch =~ /^release\/.+$/ or head_branch =~ /^main\/.+$/
os: osx
osx_image: xcode10.2
language: generic
sudo: true
env:
- TOXENV=py36
- PYTHON_TESTS=true
- if: head_branch =~ /^release\/.+$/ or head_branch =~ /^main\/.+$/
os: osx
osx_image: xcode10.2
language: generic
sudo: true
env:
- MACOS_SWIFT_TESTS=true
- IOS_SWIFT_TESTS=true
- if: head_branch =~ /^release\/.+$/ or head_branch =~ /^main\/.+$/
os: linux
language: python
python: 2.7
env:
- TOXENV=py27
- PYTHON_TESTS=true
- os: linux
language: python
python: 3.6
env:
- TOXENV=py36
- PYTHON_TESTS=true
- if: head_branch =~ /^release\/.+$/ or head_branch =~ /^main\/.+$/
os: linux
language: java
jdk: openjdk8
env:
- KOTLIN_TESTS=true
- os: linux
language: rust
rust: stable
env:
- RUST_TESTS=true
before_install: . ./.travis/before_install.sh
install: ./.travis/install.sh
script: ./.travis/test.sh