]> granicus.if.org Git - fortune-mod/commitdiff
Try to fix - #2
authorShlomi Fish <shlomif@shlomifish.org>
Thu, 29 Dec 2016 12:45:55 +0000 (14:45 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Thu, 29 Dec 2016 12:45:55 +0000 (14:45 +0200)
.travis.yml

index 4a3f9b8d11a87da1f368f59deedb971459315798..830856b455b19bf17cb5766a0a743101a52754e4 100644 (file)
@@ -9,4 +9,5 @@ before_install:
 script:
     - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .."
     - "rm -fr B"
-    - "cd fortune-mod/ && make check && cd .."
+    # No longer working.
+    # - "cd fortune-mod/ && make check && cd .."