summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-09-02 10:56:42 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-09-02 11:04:13 -0700
commitd0d40dff9e7bd592bfd9138002da65e5b6dc6119 (patch)
treedc2958aab6e6d13a4e9b8873b781220eb2d4a984
parent9ecfc30f9ad933e4bf7a98c17491b7742b0fcf95 (diff)
downloadansible-travis-var-precedence.tar.gz
Enable the var precedence test in travistravis-var-precedence
-rw-r--r--.travis.yml1
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