.travis.yml in bitcoin-ruby-0.0.5 vs .travis.yml in bitcoin-ruby-0.0.6

- old
+ new

@@ -1,10 +1,10 @@ language: ruby rvm: - 1.9.3 - 2.0.0 + - 2.1.0 before_script: - psql -c 'create database bitcoin_test;' -U postgres - mysql -e 'create database bitcoin_test;' env: - - TEST_DB_POSTGRES="postgres://postgres@localhost/bitcoin_test" - - TEST_DB_MYSQL="mysql:/bitcoin_test" + - TEST_DB_POSTGRES="postgres://postgres@localhost/bitcoin_test" TEST_DB_MYSQL="mysql:/bitcoin_test" \ No newline at end of file