Skip to content

Commit

Permalink
dont run bundle twice on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Jan 18, 2017
1 parent 02901ea commit 04d9a75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/generators/provider/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ env:
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
addons:
postgresql: '9.4'
before_install: bin/setup
script:
- bundle exec bin/rails app:test:providers:<%= provider_name %>:setup app:test:providers:<%= provider_name %>
install: bin/setup
after_script: bundle exec codeclimate-test-reporter

0 comments on commit 04d9a75

Please sign in to comment.