mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
7 lines
126 B
YAML
7 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
|