summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:47:07 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:47:07 +0200
commit6450241794803aa0f18d60edc511b93337ffd0d0 (patch)
tree26171728c69d4e3160bb0a846c3b8d47bbb1937d
parent20856086b4c2b451e423a2cb8e4c8dd2cfe9c9db (diff)
Add augeas PPA for travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fdc1c7..06e0cae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ addons:
apt:
packages:
- libaugeas-dev
+ sources:
+ - augeas
cache: bundler
bundler_args: --without system_tests
script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec SPEC_OPTS='--format documentation'"]