File: .travis.yml

package info (click to toggle)
ruby-omniauth 1.2.1-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 340 kB
  • sloc: ruby: 1,834; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
before_install:
  - gem update bundler
  - bundle --version
  - gem update --system 2.1.11
  - gem --version
bundler_args: --without development
gemfile:
  - Gemfile
  - Gemfile.rack-1.3.x
language: ruby
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1.0
  - rbx
  - ruby-head
matrix:
  include:
    - rvm: jruby-18mode
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile
    - rvm: jruby-18mode
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile.rack-1.3.x
    - rvm: jruby-19mode
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile
    - rvm: jruby-19mode
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile.rack-1.3.x
    - rvm: jruby-head
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile
    - rvm: jruby-head
      env: JRUBY_OPTS="$JRUBY_OPTS --debug"
      gemfile: Gemfile.rack-1.3.x
  allow_failures:
    - rvm: jruby-head
    - rvm: ruby-head
  fast_finish: true