Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI tweaks #2602

Merged
merged 1 commit into from
May 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ matrix:
osx_image: xcode8.3
rvm: system
- os: linux
sudo: false
rvm: 2.0.0

before_install:
- rm -rf Library/Homebrew/vendor/bundle/
- export GEM_HOME="$PWD/Library/Homebrew/vendor/ruby/2.0.0"
- gem list --installed bundler || gem install bundler
- export PATH="$GEM_HOME/bin:$PATH"
Expand Down
3 changes: 2 additions & 1 deletion Library/Homebrew/dev-cmd/tap-new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ def tap_new
travis = <<-EOS.undent
language: ruby
os: osx
env: OSX=10.12
osx_image: xcode8.3
rvm: system
cache:
directories: /usr/local/Homebrew/Library/Homebrew/vendor

before_install:
- export TRAVIS_COMMIT="$(git rev-parse --verify -q HEAD)"
Expand Down