mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-26 11:01:05 +01:00
15 lines
130 B
YAML
15 lines
130 B
YAML
sudo: false
|
|
language: shell
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
cache:
|
|
directories:
|
|
- ngrok
|
|
|
|
script:
|
|
- export CI="true"
|
|
- ./test.sh
|