-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (25 loc) · 812 Bytes
/
.travis.yml
File metadata and controls
32 lines (25 loc) · 812 Bytes
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
language: bash
sudo: required
git:
depth: 1
jobs:
include:
- os: linux
dist: bionic # ubuntu 18.04
env: UBUNTU_18_04=
script: sudo ${TRAVIS_BUILD_DIR}/wg-ubuntu-server-up.sh --no-reboot
- os: linux
dist: focal # ubuntu 20.04
env: UBUNTU_20_04=
script: sudo ${TRAVIS_BUILD_DIR}/wg-ubuntu-server-up.sh --no-reboot
- os: linux
dist: focal # ubuntu 20.04
env: UBUNTU_20_04= NO_UNBOUND=
script: sudo ${TRAVIS_BUILD_DIR}/wg-ubuntu-server-up.sh --no-reboot --no-unbound
- os: linux
dist: focal # ubuntu 20.04
env: UBUNTU_20_04= NO_UNBOUND= CLIENTS=1
script: sudo ${TRAVIS_BUILD_DIR}/wg-ubuntu-server-up.sh --no-reboot --no-unbound --clients=1
install:
# enable ipv6
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0