Sha256: 7827378f074973806a13c653197a7244a13a641771dbd56d0cddc787d7ebae95
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
# branches: # only: # - development # except: # - master language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode # JRuby in 1.9 mode (last was 1.7.3) - rbx-19mode # Rubinius in 1.9 mode (last was 2.0.0, weekly build) before_script: - psql -c "CREATE ROLE tester WITH LOGIN PASSWORD 'secret';" -U postgres - psql -c 'CREATE DATABASE test WITH OWNER=tester;' -U postgres script: rake test:all
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cant_wait-0.0.2 | .travis.yml |