You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
344 B
17 lines
344 B
---
|
|
language: bash
|
|
# addons:
|
|
# apt:
|
|
# sources:
|
|
# - debian-sid
|
|
# packages:
|
|
# - shellcheck
|
|
before_install:
|
|
- sudo add-apt-repository ppa:duggan/bats --yes
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq bats
|
|
- sudo apt-get install -qq gnupg
|
|
- sudo apt-get install -qq expect
|
|
script:
|
|
# - make test
|
|
- make bats
|
|
|