This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
homebrew-versions
mirror of
https://github.com/lukechilds/homebrew-versions.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
459
Commits
2
Branches
110
Tags
61 MiB
Tree:
2489b1d94b
master
patch-1
v0.1.0
v0.10.0
v0.10.1
v0.11.0
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.14.0
v0.14.1
v0.16.0
v0.16.1
v0.16.2
v0.17.0
v0.17.1
v0.17.2
v0.17.3
v0.18.0
v0.18.1
v0.18.2
v0.18.3
v0.19.0
v0.19.1
v0.19.2
v0.19.3
v0.19.4
v0.2.0
v0.20.0
v0.20.1
v0.21.0
v0.21.1
v0.22.0
v0.23.0
v0.24.0
v0.25.0
v0.26.0
v0.26.1
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.29.1
v0.29.2
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.3.6
v0.3.7
v0.30.0
v0.30.1
v0.31.0
v0.31.1
v0.32.0
v0.33.0
v0.33.1
v0.34.0
v0.35.0
v0.36.0
v0.36.1
v0.36.2
v0.37.0
v0.37.1
v0.38.0
v0.38.1
v0.39.1
v0.39.2
v0.39.3
v0.4.0
v0.40.0
v0.41.0
v0.41.1
v0.42.0
v0.43.0
v0.43.1
v0.44.0
v0.46.0
v0.47.0
v0.48.0
v0.49.0
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.50.0
v0.51.0
v0.51.1
v0.52.0
v0.52.1
v0.53.0
v0.53.1
v0.53.3
v0.54.0
v0.54.1
v0.55.0
v0.56.0
v0.57.0
v0.58.0
v0.59.0
v0.6.0
v0.60.0
v0.60.1
v0.7.0
v0.8.0
v0.9.0
v0.9.1
v0.9.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2489b1d94b'
${ noResults }
homebrew-versions
/
.travis.yml
5 lines
96 B
Raw
Normal View
History
seeing if we can get travis to work
12 years ago
language
:
objective-c
a quixotic journey to a passing travis build Squashed commit of the following: commit 379d19d38da69a25f2ddf0b802a2e1c9cd2e40df Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 02:04:56 2013 -0600 concat out+err? commit 3414556d5e494c89a1b91322be666df9933d29f2 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:59:06 2013 -0600 switch to capture_subprocces_io commit d50a878bf20892db4d136530ff64e5cb94fe3ae4 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:42:41 2013 -0600 ensure later version of minitest commit 49078c48b024e1f1ed1b5d9785de60ec050ee261 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:30:12 2013 -0600 pull down a newer minitest hopefully to fix must_output commit 537b5ddd22de57f0fff812646a03b982725dfa23 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:24:53 2013 -0600 run a brew update in the build commit 1516456663f8840f5ffc22345e140c0b5aa23c96 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:22:31 2013 -0600 remove stray puts commit 4c8f8348f88ffd8eafd7a1f948f70dfbc881b416 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:16:10 2013 -0600 add expand_path to see if that helps commit c6e8aa160dd4c778497de4dca8f90f4519d76bd4 Author: phinze <paul.t.hinze@gmail.com> Date: Fri Apr 5 01:13:22 2013 -0600 add debugging output for travis
12 years ago
before_install
:
brew update
seeing if we can get travis to work
12 years ago
install
:
bundle
use bundle exec for travis and be explicit about task
12 years ago
script
:
bundle exec rake test