diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-29 12:42:50 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-29 12:42:50 -0700 |
commit | 5da9c6a1c77d40b4d52ac3ff9799e5bcb0ab3847 (patch) | |
tree | 54baf6d98e3f01f2a51d3fb766ecc516a2523d26 /.travis.yml | |
parent | a5bba2488f2775da8cb08f4b9fb3f3c5d230ad2b (diff) | |
download | ansible-modules-core-5da9c6a1c77d40b4d52ac3ff9799e5bcb0ab3847.tar.gz |
Add testing of docs to the core repo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e3a2af2..9a65ec48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,4 @@ script: - python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py - python2.6 -m compileall -fq . - python2.7 -m compileall -fq . + - ./test-docs.sh core |