mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-20 08:14:00 +01:00
11 lines
107 B
YAML
11 lines
107 B
YAML
sudo: false
|
|
language: shell
|
|
|
|
cache:
|
|
directories:
|
|
- ngrok
|
|
|
|
script:
|
|
- export CI="true"
|
|
- ./test.sh
|