]> git.sur5r.net Git - cc65/commitdiff
Made 'doc' goal explicit part of test build.
authorOliver Schmidt <ol.sc@web.de>
Fri, 28 Feb 2014 20:12:41 +0000 (21:12 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 28 Feb 2014 20:13:01 +0000 (21:13 +0100)
.travis.yml

index 79e1a619f6e38c8a05e6625d05dcd3829a462946..4b8444c1911f6bd5efc45fdcc17903f8236b9a17 100644 (file)
@@ -3,7 +3,8 @@ language:
 install:
   - sudo apt-get install linuxdoc-tools
 script:
-  - make
+  - make all doc
+after_success:
   - make -C doc gh-pages
 env:
   global: