summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:49:08 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:49:08 +0200
commitbfcf8c808bbc2afbdb7fcd548d10eb03871461d8 (patch)
treec3a25cb6c01d5b2eb212f9b12b1d9b179688756b
parent66115b15090f0c8be716cda29d376bcd8080714b (diff)
modulesync
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d816b71..7cf4712 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'"]