From d0d40dff9e7bd592bfd9138002da65e5b6dc6119 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 2 Sep 2015 10:56:42 -0700 Subject: [PATCH] Enable the var precedence test in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7789ce4ce23..2a191a50415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,6 @@ script: - if test x"$TOKENV" != x'py24' ; then tox ; fi - if test x"$TOKENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi #- make -C docsite all +- source ./hacking/env-setup && cd test/integration/ && make test_var_precedence after_success: - coveralls