summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6db8506fe62efe20dc26a05851f2af864bbc3433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: erlang
otp_release: R16B03-1
python: 2.7
addons:
  apt:
    packages:
      - bluez
      - libbluetooth-dev
before_script:
  - export PATH=$HOME/.local/bin:$PATH
  - pip install -r requirements.txt --user `whoami`
script: "make ci"
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"