summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-20 11:21:26 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:41:50 -0800
commit630af3f1b1d63cdfd20480e4d14e7afd0b704e8c (patch)
tree082fc344f1200818a324e6c42f1115f591f59ca2 /.travis.yml
parentff73881cd875c708c69147c107e8dab63e02b4ed (diff)
downloadrvi_core-630af3f1b1d63cdfd20480e4d14e7afd0b704e8c.tar.gz
broken .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 922755c..03bb3cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
sudo: true
language: erlang
otp_release: R16B03-1
-python: 2.7
before_install:
+ - sudo apt-get install python-dev libffi-dev
- sudo apt-get install bluez libbluetooth-dev lynx
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'; html2text logs/index.html; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done; for f in `ls -1 logs/ct_run*/jlr.rvi_core.logs/run*/rvi_core_suite*.html; do echo ""; echo "$f:"; lynx -dump $f; done" \ No newline at end of file
+after_failure: "echo 'logs/raw.log\n'; html2text logs/index.html; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done; for f in `ls -1 logs/ct_run*/jlr.rvi_core.logs/run*/rvi_core_suite*.html; do echo \"\"; echo \"$f:\"; lynx -dump $f; done" \ No newline at end of file