5 lines
83 B
YAML
5 lines
83 B
YAML
|
language: bash
|
||
|
script: bash tests.sh
|
||
|
before_install:
|
||
|
- sudo apt-get install bc
|