~ubuntu-branches/ubuntu/vivid/ruby-sequel/vivid

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Dmitry Borodaenko, Dmitry Borodaenko, Cédric Boutillier
  • Date: 2013-08-10 18:38:17 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130810183817-iqanz804j32i5myi
Tags: 4.1.1-1
[ Dmitry Borodaenko ]
* New upstream release.
* Standards-Version upgraded to 3.9.4 (no changes).
* Added Build-Depend on ruby-sqlite3.

[ Cédric Boutillier ]
* debian/control: remove obsolete DM-Upload-Allowed flag.
* use canonical URI in Vcs-* fields.
* debian/copyright: use DEP5 copyright-format/1.0 official URL for Format
  field.
* Update debian/watch. Thanks Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  - 1.8.7
4
4
  - 1.9.2
5
5
  - 1.9.3
 
6
  - 2.0.0
6
7
  - jruby-18mode
7
8
  - jruby-19mode
8
9
  - rbx-18mode
9
10
  - rbx-19mode
10
 
  - ruby-head
11
 
  - jruby-head
12
 
  - ree
13
11
script: bundle exec rake spec_travis
14
12
gemfile: .travis.gemfile
15
13
before_script:
16
14
  - mysql -e 'create database sequel_test;'
17
15
  - psql -c 'create database sequel_test;' -U postgres
18
 
matrix:
19
 
  allow_failures:
20
 
    - rvm: jruby-19mode
21
 
    - rvm: rbx-19mode
22
 
    - rvm: jruby-head