1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00
lightning-bolts/.travis.yml
Rusty Russell 005372c11a tools: don't enforce alignment.
It was always going to break when we started adding options, unless we
add padding.  As no implementation requires alignment, let's skip it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-28 00:09:57 +00:00

14 lines
289 B
YAML

language: python
addons:
apt:
packages:
- aspell-en
python:
- "3.4"
- "3.5"
- "3.6"
script:
- (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py --message-types --message-fields $i; done)
- tools/spellcheck.sh --check [0-9][0-9]-*.md