.travis.yml in identity_cache-0.1.0 vs .travis.yml in identity_cache-0.2.0

- old
+ new

@@ -1,18 +1,14 @@ language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - - jruby gemfile: - Gemfile32 - Gemfile - Gemfile.rails41 services: - memcache - mysql -matrix: - allow_failures: - - rvm: jruby before_script: - mysql -e 'create database identity_cache_test'