mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
6f9a7f7aa1
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 lines
126 B
YAML
8 lines
126 B
YAML
language: c
|
|
dist: trusty
|
|
sudo: true
|
|
|
|
# Trusty (aka 14.04) is way way too old, so run in docker...
|
|
script:
|
|
- tools/travis.sh
|