diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2015-09-03 18:41:44 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2015-09-03 18:41:44 +0200 |
commit | 7ece76776791ba4bccf2d346738dd1bf2f735bb1 (patch) | |
tree | ed65a4f013b4ada90c0bc70d4816fd37e909b4a3 | |
parent | Merge pull request #12227 from arbabnazar/patch-1 (diff) | |
parent | Enable the var precedence test in travis (diff) | |
download | ansible-7ece76776791ba4bccf2d346738dd1bf2f735bb1.tar.xz ansible-7ece76776791ba4bccf2d346738dd1bf2f735bb1.zip |
Merge pull request #12234 from ansible/travis-var-precedence
Enable the var precedence test in travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7789ce4ce2..2a191a5041 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 |