.travis.yml in bitcoin-ruby-0.0.3 vs .travis.yml in bitcoin-ruby-0.0.4
- old
+ new
@@ -1,4 +1,10 @@
language: ruby
rvm:
- 1.9.3
- - 2.0.0
+ - 2.0.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"
\ No newline at end of file