summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1332a4b15023664ddce858d9ee63186c086fb53f (plain)
1
2
3
4
5
6
7
8
9
sudo: false
language: erlang
script: "make ci"
otp_release: R16B03-1
python: 2.7
install:
    - "pip install cryptography"
    - "pip install PyJWT"
after_failure: "echo 'logs/raw.log\n'; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done"