File: .travis.yml

package info (click to toggle)
ruby-activerecord-precounter 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: ruby: 88; makefile: 10; sh: 4
file content (22 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
script: ci/travis.rb
language: ruby
sudo: false
cache: bundler
branches:
  only:
    - master
dist: trusty
matrix:
  include:
    - rvm: 2.4.1
      env: TASK=spec ARCONN=postgresql
      gemfile: ci/Gemfile.activerecord-5.0.x
    - rvm: 2.4.1
      env: TASK=spec ARCONN=sqlite3
      gemfile: ci/Gemfile.activerecord-5.1.x
    - rvm: 2.4.1
      env: TASK=spec ARCONN=postgresql
      gemfile: ci/Gemfile.activerecord-5.1.x
    - rvm: 2.4.1
      env: TASK=spec ARCONN=postgresql
      gemfile: ci/Gemfile.activerecord-5.2.x