Sha256: a6014858e3a442a3b9a7d7494a5d4a841e39848d4223c989b1fb16c3c2b6e313

Contents?: true

Size: 949 Bytes

Versions: 6

Compression:

Stored size: 949 Bytes

Contents

language: ruby

env:
  - RAILS_VERSION=4.0.0
  - RAILS_VERSION=4.0.5
  - RAILS_VERSION=4.1.0
  - RAILS_VERSION=4.1.1

rvm:
  - 1.9.3-p448
  - 2.0.0-p247
  - 2.1.2

before_script:
  - sudo apt-get update
  - sudo apt-get install postgresql-server-dev-9.1 postgresql-contrib-9.1 libtap-parser-sourcehandler-pgtap-perl
  - git clone https://github.com/theory/pgtap.git /tmp/pgtap
  - env PG_CONFIG=/etc/postgresql/9.1/main/postgresql.conf && export PERL5LIB=/home/travis/perl5/lib/perl5 && cd /tmp/pgtap && make && sudo make install
  - psql -c "CREATE USER dummy WITH superuser" -U postgres
  - psql -c "CREATE DATABASE dummy_test;" -U postgres
  - psql -d dummy_test -c "CREATE EXTENSION pgtap" -U postgres
  - sudo sed -e 's/perl \-w/perl -w -X/' -i /usr/bin/pg_prove
  - cd -
script:
  - script/redb
  - bundle exec rake landable

notifications:
  # let enova know about the build
  slack: enova:xzPNLg3AxkbkUcUlfn7sqHW5
  email: trogdor@enova.com

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
landable-1.13.1 .travis.yml
landable-1.12.3 .travis.yml
landable-1.12.2 .travis.yml
landable-1.12.1 .travis.yml
landable-1.11.1 .travis.yml
landable-1.11.0 .travis.yml