summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/lib/shunit2/.travis.yml
blob: 55aeda4737ea9057c2108e945aeb10dcb22ea5c0 (plain)
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
language: bash

env:
  - SHUNIT_COLOR='always'

script:
  # Execute the unit tests.
  - ./test_runner

os:
  - linux
  - osx

addons:
  apt:
    packages:
      - ksh
      - zsh

matrix:
  include:
    - os: linux
      script:
        # Run the source through ShellCheck (http://www.shellcheck.net).
        - shellcheck shunit2 *_test.sh
        - shellcheck -s sh shunit2_test_helpers
    - os: linux
      # Support Ubuntu Trusty through Apr 2019.
      dist: trusty