<p>In <a href="https://github.com/geany/geany-plugins/pull/394#discussion_r55325937">.travis.yml</a>:</p>
<pre style='color:#555'>> +    fi
> +  - test -z "$TEMPDIR" || rm -rf "$TEMPDIR"
> +  - export PKG_CONFIG_PATH="$HOME/$libgit2dir/lib/pkgconfig:$PKG_CONFIG_PATH"
> +  - export LD_LIBRARY_PATH="$HOME/$libgit2dir/lib:$LD_LIBRARY_PATH"
> +
> +before_script:
> +  # prepare for GP
> +  - export CFLAGS="-g -O2 -Werror=pointer-arith -Werror=aggregate-return -Werror=implicit-function-declaration"
> +
> +script:
> +  - >
> +    NOCONFIGURE=1 ./autogen.sh  &&
> +    mkdir _build                &&
> +    cd _build                   &&
> +    ../configure                &&
> +    make -j2                    &&
</pre>
<p>Do we really want to build with j2? On Travis I don't see much we are winning but error output might be harder to read.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/394/files#r55325937">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJys2UmV06uadSL-g41ZPIxoA49nmks5prSolgaJpZM4HrHCO.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/394/files#r55325937"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>