<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/cda310a7fccc102af9a064c45e60aed45e9df97e">https://github.com/macports/macports-base/commit/cda310a7fccc102af9a064c45e60aed45e9df97e</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new cda310a  Add make install to travis config
</span>cda310a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cda310a7fccc102af9a064c45e60aed45e9df97e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Feb 9 14:16:07 2017 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Add make install to travis config
</span>---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.travis.yml b/.travis.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 9cb70df..2d94f43 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.travis.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.travis.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,2 +1,3 @@
</span> language: c
 os: osx
<span style='display:block; white-space:pre;background:#e0ffe0;'>+script: ./configure && make && sudo make install && make test
</span></pre><pre style='margin:0'>

</pre>