X-Git-Url: https://git.realraum.at/?p=noc.git;a=blobdiff_plain;f=.travis.yml;h=2fcd2c3d168865fef404313bf89fc5b937d0b2d7;hp=a12dac96be07e86d598963263fba57d8afdd8ded;hb=1b5eef9254e6b7191a726e65a750e2d8862d1600;hpb=dbf13be3632629d6b6bb3533a33516205398dfb5 diff --git a/.travis.yml b/.travis.yml index a12dac9..2fcd2c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,16 @@ addons: - libimage-magick-perl - libtext-markdown-discount-perl - libtext-typography-perl + - python + - python-pip -script: make -C doc +install: + - pip install ansible + - pip install ansible-lint + +script: + - cd ansible; ansible-lint _lint_roles.yml + - make -C doc deploy: provider: pages