Skip to content

Commit

Permalink
We don't need to install bundler anymore on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 23, 2012
1 parent 51566ca commit 0cd103c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
before_install:
- gem install bundler
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
Expand All @@ -16,7 +14,7 @@ env:
- DB=postgresql
- DB=mysql
rvm:
- 1.8.7
- 1.9.3
- 1.8.7
- rbx
- jruby

0 comments on commit 0cd103c

Please sign in to comment.