summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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