.travis.yml in active_git-0.0.4 vs .travis.yml in active_git-0.0.5

- old
+ new

@@ -1,7 +1,11 @@ language: ruby rvm: - - 1.9.2 - 1.9.3 - 2.0 - jruby -script: bundle exec rspec spec \ No newline at end of file +env: + - DB=postgresql +before_script: + - git config --global user.name "User Name" + - git config --global user.email "user@mail.com" + - psql -c 'create database test' -U postgres