.travis.yml in automigration-1.1.0 vs .travis.yml in automigration-1.1.1

- old
+ new

@@ -1,8 +1,10 @@ language: ruby rvm: - 1.9.3 + - 1.8.7 env: - - DB_USER=postgres + - DB_ADAPTER=postgresql DB_USER=postgres - DB_ADAPTER=sqlite3 DB_NAME=db/automigation + - DB_ADAPTER=mysql2 script: - bundle exec rake db:prepare && bundle exec rspec