-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
56 lines (48 loc) · 977 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
language: bash
env:
- SHELL=/bin/bash
script :
- cd test; make test-all
# - cd test; make .ran-test-clone.tmp .ran-test-status.tmp
# - cd test; make .ran-test-pre-commit.tmp .ran-test-com2.tmp
# - cd test; make .ran-test-pre-commit.tmp .ran-test-remote.tmp
before_install:
- sudo apt-get update
addons:
apt:
packages:
- git
- bash
- coreutils
- gawk
- git-flow
- libpod-markdown-perl
- openssh-client
- openssh-server
- perl
- rsync
- sed
- tidy
# https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution
# https://travis-ci.community/t/free-oss-credits-usage-calculation/10832/5?u=turtleengr
#os: linux
#dist: bionic
#arch:
# - arm64
os: linux
dist: bionic
#matrix:
# include:
# # 20
# - os: linux
# dist: focal
# # 18
# - os: linux
# dist: bionic
# # 16
# - os: linux
# dist: xenial
branches:
only:
- develop
- main