-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
35 lines (35 loc) · 979 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
language: bash
dist: bionic
sudo: required
env:
# - TEMPLATE=centos-ruby/7
# - TEMPLATE=gce-parity/14.04
# - TEMPLATE=gce-parity/16.04
- TEMPLATE=gce-parity/18.04
- TEMPLATE=gce-parity/20.04
- TEMPLATE=gce-parity/22.04
- TEMPLATE=gce-parity/24.04
# - TEMPLATE=ubuntu-ruby/14.04
# - TEMPLATE=ubuntu-ruby/16.04
- TEMPLATE=ubuntu-ruby/18.04
# - TEMPLATE=ubuntu-systemd/16.04
- TEMPLATE=ubuntu-systemd/18.04
- TEMPLATE=ubuntu-systemd/20.04
- TEMPLATE=ubuntu-systemd/22.04
- TEMPLATE=ubuntu-systemd/24.04
# - TEMPLATE=ubuntu-upstart/12.04
# - TEMPLATE=ubuntu-upstart/14.04
# matrix:
# include:
# - env: TEMPLATE=gce-parity/16.04-ppc64le
# os: linux-ppc64le
# - env: TEMPLATE=ubuntu-systemd/16.04-ppc64le
# os: linux-ppc64le
# - env: TEMPLATE=gce-parity/18.04-ppc64le
# os: linux-ppc64le
# - env: TEMPLATE=ubuntu-systemd/18.04-ppc64le
# os: linux-ppc64le
# allow_failures:
# - os: linux-ppc64le
script: ./bin/docker-build
after_success: ./bin/docker-push