mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
4dddf27108
- added more commands, shuffle the order - added installation script - using make to run tests - update README with installation steps and usage
11 lines
207 B
YAML
11 lines
207 B
YAML
language: bash
|
|
|
|
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
|