aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7d1ffa1852a6dafaeb2205723ae8c1ecbaf95bbd (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
language: bash

env:
  - SHUNIT_COLOR='always'

script:
  # Run shFlags unit tests.
  - ./shflags_test.sh

os:
  - linux
  - osx

addons:
  apt:
    packages:
      - ksh
      - zsh

# matrix:
#   include:
#     - os: linux
#       script:
#         # Run the source through ShellCheck (http://www.shellcheck.net).
#         - shellcheck gen_test_results.sh shunit2 shunit2_test_*.sh
#         - shellcheck -s sh shunit2_test_helpers