summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-09-03 01:18:44 +0200
committermakefu <root@pigstarter.de>2013-09-03 01:18:44 +0200
commitbd6b4bd957aba79669352b71be30b1a80adcf862 (patch)
tree8f6ff8d27f85e0a079e9472cc356b7ae841edf36 /.travis.yml
parentf1aa5719a09662af20ecc98cb8c0669ff31b1781 (diff)
pre-install python
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 a7569c36..81eb2492 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
+language: c
notifications:
irc: "chat.freenode.net#krebs_incoming"
script: "make -C util test | grep -q '^not ok' && exit 1"
-python:
- - "3.3"
before_install:
- sudo apt-get install bc -qq
+ - sudo apt-get install python -qq
branches:
only:
- master