aboutsummaryrefslogtreecommitdiff
blob: 7913772b77ead95c97cb405cdff8c23a8afcdfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: bash

# Install BATS without root permissions
# so do not need "sudo: required" and support
# the container environment, too
# https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
install:
- git clone --depth 1 https://github.com/sstephenson/bats.git
- ( cd bats && ./install.sh ~/.local )

script: ./test.bats