diff options
| author | makefu <root@pigstarter.de> | 2013-09-03 01:18:44 +0200 | 
|---|---|---|
| committer | makefu <root@pigstarter.de> | 2013-09-03 01:18:44 +0200 | 
| commit | bd6b4bd957aba79669352b71be30b1a80adcf862 (patch) | |
| tree | 8f6ff8d27f85e0a079e9472cc356b7ae841edf36 | |
| parent | f1aa5719a09662af20ecc98cb8c0669ff31b1781 (diff) | |
pre-install python
| -rw-r--r-- | .travis.yml | 4 | 
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 | 
