ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property
[platform/kernel/u-boot.git] / .travis.yml
index 11f9757..7ab855a 100644 (file)
@@ -39,6 +39,7 @@ addons:
     - libisl15
     - clang-7
     - srecord
+    - graphviz
 
 install:
  # Clone uboot-test-hooks
@@ -353,6 +354,10 @@ matrix:
     - name: "cppcheck"
       script:
         - cppcheck --force --quiet --inline-suppr .
+    # build HTML documentation
+    - name: "htmldocs"
+      script:
+        - make htmldocs
     # search for TODO within source tree
     - name: "grep TODO"
       script: