aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-11-04 08:47:48 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-11-04 08:47:48 +0100
commit0330b3744275b6a35be5590eec4bfb36d0c928fd (patch)
treec6e4da9b4d98c7dc714df0cbff53ff6cdc9e6415 /.travis.yml
parentde479279906e67e6a69cead1a421fe342d43debf (diff)
downloadpuppet-dhcp-0330b3744275b6a35be5590eec4bfb36d0c928fd.tar.gz
puppet-dhcp-0330b3744275b6a35be5590eec4bfb36d0c928fd.tar.bz2
Update with modulesync
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 572abfd..ec3a8ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
---
language: ruby
sudo: false
+addons:
+ apt:
+ packages:
+ - libaugeas-dev
cache: bundler
bundler_args: --without system_tests
script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"]