Allow Travis to use default bundler version

This commit is contained in:
Dan Rice 2014-05-27 23:18:40 -04:00
parent fd24dc83b1
commit a1d3934bc6

View file

@ -8,8 +8,6 @@ rvm:
bundler_args: --without development
before_install:
before_install:
- "gem install bundler -v=1.5.1"
- "mysql -e 'create database tracks_test;'"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"