<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/.travis.yml, branch 1.0.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Send coverage from Jenkins, don't run OS X Travis.</title>
<updated>2016-09-16T09:20:09+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-10T19:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b1fba6ed54997bd0a2ce29fdd523f40fecada0c3'/>
<id>b1fba6ed54997bd0a2ce29fdd523f40fecada0c3</id>
<content type='text'>
OS X Travis CI is particularly error-prone, slow and unnecessary for
us when we're already running (fast) OS X builds on Jenkins so use it
just for Linux testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OS X Travis CI is particularly error-prone, slow and unnecessary for
us when we're already running (fast) OS X builds on Jenkins so use it
just for Linux testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis.yml: run test-bot on Linux.</title>
<updated>2016-07-30T03:21:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-07-28T03:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bcee1e08415ee6f8bc961dc58c41c18a40278b43'/>
<id>bcee1e08415ee6f8bc961dc58c41c18a40278b43</id>
<content type='text'>
This should verify that we're not breaking our tests on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should verify that we're not breaking our tests on Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: remove dead code</title>
<updated>2016-04-12T10:42:25+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-12T10:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f57739deda5a1ee099d1acab18384a130a9b95ad'/>
<id>f57739deda5a1ee099d1acab18384a130a9b95ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.travis.yml: only build on latest OS X. (#74)</title>
<updated>2016-04-12T10:02:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-04-12T10:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=279df8ec8188ca377d5287c3f3fec1ff6da4d252'/>
<id>279df8ec8188ca377d5287c3f3fec1ff6da4d252</id>
<content type='text'>
We have Jenkins to test the other versions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have Jenkins to test the other versions.</pre>
</div>
</content>
</entry>
<entry>
<title>travis: fix rsync problem</title>
<updated>2016-04-03T13:21:18+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-03T13:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=eec323aed81c14db6fd519aa734394ffe1071db8'/>
<id>eec323aed81c14db6fd519aa734394ffe1071db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: remove Ruby path tweak</title>
<updated>2016-01-06T05:22:46+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-01-05T00:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ae31b485105a63959e6a81e6de0fb748b83cc3e9'/>
<id>ae31b485105a63959e6a81e6de0fb748b83cc3e9</id>
<content type='text'>
Putting the Ruby 1.8 we use to run tests on 10.9 into the PATH adversely
affects formulae with a Ruby dependency (possibly other formulae, too).
Remove this hack, as it is no longer needed.

Closes Homebrew/homebrew#47694.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Putting the Ruby 1.8 we use to run tests on 10.9 into the PATH adversely
affects formulae with a Ruby dependency (possibly other formulae, too).
Remove this hack, as it is no longer needed.

Closes Homebrew/homebrew#47694.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>travis.yml: bump ulimit to 1024</title>
<updated>2015-12-25T20:13:10+00:00</updated>
<author>
<name>Tomasz Pajor</name>
</author>
<published>2015-12-22T16:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0f86677ffc34b2b79f53eeb85b3d167f98e27e30'/>
<id>0f86677ffc34b2b79f53eeb85b3d167f98e27e30</id>
<content type='text'>
Closes Homebrew/homebrew#43635.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#43635.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: use Xcode 7.2 on 10.11 and 7.1.1 on 10.10</title>
<updated>2015-12-16T18:58:01+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2015-12-16T08:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6d802d808727e3e13aeab93ef5fac7ee831fca07'/>
<id>6d802d808727e3e13aeab93ef5fac7ee831fca07</id>
<content type='text'>
Closes Homebrew/homebrew#47056.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#47056.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>travis.yml: chown /usr/local.</title>
<updated>2015-11-29T16:19:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-11-29T16:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2fea57186374532133e14ee68fdb1d1365a9bae1'/>
<id>2fea57186374532133e14ee68fdb1d1365a9bae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: untap versions after ruby187 install</title>
<updated>2015-11-22T21:44:51+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2015-11-22T21:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=59d2d7b0b0f8c7b13856ad014f6a2f111ac21871'/>
<id>59d2d7b0b0f8c7b13856ad014f6a2f111ac21871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
