Skip to content

Commit

Permalink
conditional travis gems
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Sep 15, 2011
1 parent 36fb55e commit 69d4789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rvm: "1.8.7"
gemfile: "Gemfile.travis"
script: "bundle exec rake spec"

before_script:
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source :rubygems
# dependency mentioned in radiant.gemspec.
#
gem 'rails', '2.3.14'
gem 'sqlite3', '~> 1.3.4'
gem 'sqlite3', '1.3.4'

# When radiant is installed as a gem you can run all of
# its tests and specs from an instance. If you're working
Expand All @@ -18,3 +18,6 @@ gem 'sqlite3', '~> 1.3.4'

# gemspec

if ENV['TRAVIS']
gemspec :development_group => :test
end
2 changes: 0 additions & 2 deletions Gemfile.travis

This file was deleted.

0 comments on commit 69d4789

Please sign in to comment.