forked from oldratlee/useful-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (32 loc) · 801 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
# https://github.com/caarlos0-graveyard/shell-ci-build
# https://github.com/kward/shunit2/blob/master/.travis.yml
language: shell
addons:
homebrew:
packages:
- coreutils
- gnu-sed
# The Ubuntu Linux Build Environments
# https://docs.travis-ci.com/user/reference/linux/
# The macOS Build Environment
# https://docs.travis-ci.com/user/reference/osx/
# Installing Dependencies
# https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos
jobs:
include:
- os: linux
dist: precise
- os: linux
dist: trusty
- os: linux
dist: xenial
- os: linux
dist: bionic
- os: linux
dist: focal
- os: osx
osx_image: xcode11.3
script:
- test-cases/integration-test.sh
after_script:
- git status --ignored