Update travis, don't need to install custom Bundler

This commit is contained in:
Mitchell Hashimoto 2014-04-30 15:34:47 -07:00
parent ed908a5ed3
commit 53939d0a47
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
- gem install bundler -v '1.5.2'
rvm:
- 2.0.0
script: rake test:unit