<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/258fe21c2bb3ddfdd824bb49734642f39a8fceba">https://github.com/macports/macports-ports/commit/258fe21c2bb3ddfdd824bb49734642f39a8fceba</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 258fe21  .travis.yml: execute instead of sourcing bootstrap.sh
</span>258fe21 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 258fe21c2bb3ddfdd824bb49734642f39a8fceba
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Tue Jan 1 11:15:26 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    .travis.yml: execute instead of sourcing bootstrap.sh
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    `set -e` in bootstrap.sh could break Travis builds when sourced
</span>---
 .travis.yml      | 4 +++-
 _ci/bootstrap.sh | 4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

<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 a5195b0..88f60eb 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;'>@@ -15,7 +15,9 @@ matrix:
</span> env:
 - COLUMNS=78
 before_install:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-- source ./_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- ./_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- unset CC && source /opt/local/share/macports/setupenv.bash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- export PATH="/opt/mports/bin:${PWD}/../mpbb:$PATH" && hash -r
</span> script:
 - sudo ./runner
 notifications:
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_ci/bootstrap.sh b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 777a574..307d96d 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ chmod 0755 uninstall && ./uninstall -fq && rm -f uninstall
</span> # Clean /usr/local
 /usr/bin/sudo /usr/bin/find /usr/local -mindepth 2 -delete && hash -r
 # Download and install MacPorts built by https://github.com/macports/macports-base/blob/travis-ci/.travis.yml
<span style='display:block; white-space:pre;background:#ffe0e0;'>-export OS_MAJOR=$(uname -r | cut -f 1 -d .)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+OS_MAJOR=$(uname -r | cut -f 1 -d .)
</span> curl -fsSLO "https://dl.bintray.com/macports-ci-bot/macports-base/MacPorts-${OS_MAJOR}.tar.bz2"
 sudo tar -xpf "MacPorts-${OS_MAJOR}.tar.bz2" -C /
 rm -f "MacPorts-${OS_MAJOR}.tar.bz2"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,10 +41,8 @@ portindex -e
</span> sudo /opt/local/postflight && sudo rm -f /opt/local/postflight
 # Install mpbb and its dependency getopt
 git clone --depth 1 https://github.com/macports/mpbb.git ../mpbb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-export PATH="${PWD}/../mpbb:$PATH"
</span> curl -fsSLO "https://dl.bintray.com/macports-ci-bot/getopt/getopt-v1.1.6.tar.bz2"
 sudo tar -xpf "getopt-v1.1.6.tar.bz2" -C /
<span style='display:block; white-space:pre;background:#ffe0e0;'>-export PATH="/opt/mports/bin:$PATH" && hash -r
</span> # Download and run CI runner
 curl -fsSLO "https://github.com/macports/mpbot-github/releases/download/v0.0.1/runner"
 chmod 0755 runner
</pre><pre style='margin:0'>

</pre>