.travis.yml in bugsnag-api-2.0.0 vs .travis.yml in bugsnag-api-2.0.1

- old
+ new

@@ -6,15 +6,12 @@ - 2.0.0 - 1.9.3 - jruby-19mode before_install: -- gem install bundler -v 1.12 -- gem update --system -- bundle --version -- gem --version +- echo YOLO install: -- bundle _1.12.0_ install --with "$GEMSETS" +- bundle install --with "$GEMSETS" script: -- bundle _1.12.0_ exec rake +- bundle exec rake spec