summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: edbae1b40afce800f9597beb545b73edf6327106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: true
language: erlang
script: "make ci"
otp_release: R16B03-1
python: 2.7
install:
    - "sudo apt-get install python-dev"
    - "sudo apt-get install libffi-dev"
    - "pip install --upgrade pip"
    - "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"