2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
has/.travis.yml

11 lines
207 B
YAML
Raw Normal View History

2017-08-28 18:07:44 +02:00
language: bash
2017-08-28 18:07:44 +02:00
before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
install:
- sudo apt-get install -qq bc
script:
- make test