Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ece767

Browse files
committed
Merge pull request ansible#12234 from ansible/travis-var-precedence
Enable the var precedence test in travis
2 parents 2a32384 + d0d40df commit 7ece767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ script:
1717
- if test x"$TOKENV" != x'py24' ; then tox ; fi
1818
- 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
1919
#- make -C docsite all
20+
- source ./hacking/env-setup && cd test/integration/ && make test_var_precedence
2021
after_success:
2122
- coveralls

0 commit comments

Comments
 (0)