Skip to content

Commit

Permalink
use travis-core with repos-settings branch
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Dec 3, 2013
1 parent f7d772a commit 7dffea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '1.9.3' rescue nil

gem 'travis-core', git: 'git://github.com/travis-ci/travis-core', require: 'travis/engine'
gem 'travis-core', git: 'git://github.com/travis-ci/travis-core', require: 'travis/engine', branch: 'repository-settings'
gem 'travis-support', git: 'git://github.com/travis-ci/travis-support'
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ GIT

GIT
remote: git://github.com/travis-ci/travis-core
revision: 714ad0945756006f6f8c1bd46b9031f90e25ed6e
revision: a9729b78fc5bdb3a360d571a21dd345442eb2da5
branch: repository-settings
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.12)
Expand Down

0 comments on commit 7dffea3

Please sign in to comment.