Sha256: b61a2554a62a4045c29ad48071d8ac6acffcc18a60e19209fcc758da4249a384

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bitcoin-ruby-0.0.5 .travis.yml
bitcoin-ruby-0.0.4 .travis.yml