summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-24 22:42:29 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-29 13:29:57 +0200
commit083b5dcd6937987ac23e8316c36e793ce78eec47 (patch)
tree25076b9eb4091fc561576e7e9450b76367fb4a92 /.travis.yml
parentdea843aed2d3d82b805baf86843de8dce0bba6b6 (diff)
downloadbcfg2-083b5dcd6937987ac23e8316c36e793ce78eec47.tar.gz
bcfg2-083b5dcd6937987ac23e8316c36e793ce78eec47.tar.bz2
bcfg2-083b5dcd6937987ac23e8316c36e793ce78eec47.zip
travis-ci: Use container-based infrastructure
The new travis infrastructure is container-based and does not allow the use of sudo, but travis allows to install whitelisted apt packages (http://docs.travis-ci.com/user/migrating-from-legacy/).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b868e83b1..7df53364c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+sudo: false
language: python
matrix:
include:
@@ -26,3 +27,15 @@ notifications:
channels:
- "irc.freenode.org#bcfg2"
use_notice: true
+addons:
+ apt:
+ packages:
+ - swig
+ - libxml2-utils
+ - yum
+ - libaugeas0
+ - augeas-lenses
+ - libacl1-dev
+ - libssl-dev
+ - python-gamin
+ - python-selinux