Sha256: 799166ccd44473fd906af9b990842595dfffc9a6ec3562519625f2c7be508e72

Contents?: true

Size: 315 Bytes

Versions: 13

Compression:

Stored size: 315 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
env:
  - DB=mysql
  - DB=postgres
before_install:
  - "sudo apt-get install -qq libsndfile-dev"
before_script:
  - "mysql -e 'create database social_stream_test;'"
  - "psql -c 'create database social_stream_test;' -U postgres"

# blacklist
branches:
  except:
    - staging

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
social_stream-2.2.2 .travis.yml
social_stream-2.2.1 .travis.yml
social_stream-2.2.0 .travis.yml
social_stream-2.1.1 .travis.yml
social_stream-2.1.0 .travis.yml
social_stream-2.0.4 .travis.yml
social_stream-2.0.3 .travis.yml
social_stream-2.0.2 .travis.yml
social_stream-2.0.1 .travis.yml
social_stream-2.0.0 .travis.yml
social_stream-2.0.0.beta3 .travis.yml
social_stream-2.0.0.beta2 .travis.yml
social_stream-2.0.0.beta1 .travis.yml