diff --git a/.travis.yml b/.travis.yml index 1d00d7c3..3b807bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ sudo: false cache: bundler script: "bundle exec rake" -branches: - only: - - master - env: - DATABASE_ADAPTER=sqlite3 - DATABASE_ADAPTER=postgresql