8 lines
57 B
YAML
8 lines
57 B
YAML
language: bash
|
|
|
|
os:
|
|
- linux
|
|
|
|
script:
|
|
- ./test.sh
|