<p><b>@andy5995</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2067#discussion_r281934165">.travis.yml</a>:</p>
<pre style='color:#555'>> @@ -37,7 +112,10 @@ script:
       mkdir _build                        &&
       cd _build                           &&
       { ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
-      make -j2                            &&
-      make -j2 check                      &&
-      make -j2 distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS";
+      if [ -z "$DISTCHECK_ONLY" ]; then
+        make -j2 VERBOSE=1 -n                           &&
+        make -j2 check;
+      else
+        make -j2 distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS";
+      fi;
</pre>
<blockquote>
<p>Now its failed on another <code>noexcept</code>, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=16764864" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/andy5995">@andy5995</a> please don't trigger another build, its not possible to see old build logs, wait for others to see it.</p>
</blockquote>
<p>Sure, I'll wait. But I do believe you can see old build logs at <a href="https://travis-ci.org/geany/geany/pull_requests" rel="nofollow">https://travis-ci.org/geany/geany/pull_requests</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2067#discussion_r281934165">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4CM33KPULK6CKS6PLPUJ2DNANCNFSM4GSODDDQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ6ZXLLKXBUFR7GPP4LPUJ2DNA5CNFSM4GSODDD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOBYACOKI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2067#discussion_r281934165",
"url": "https://github.com/geany/geany/pull/2067#discussion_r281934165",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>