File: .travis.yml

package info (click to toggle)
ruby-leaflet-rails 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: ruby: 381; sh: 43; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 483 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
sudo: false
language: ruby
cache: bundler
matrix:
  include:
    - rvm: 2.3.0
      gemfile: Gemfile
    - rvm: 2.4.0
      gemfile: Gemfile
    - rvm: 2.5.0
      gemfile: Gemfile
    - rvm: 2.6.0
      gemfile: Gemfile
    - rvm: ruby-head
      gemfile: Gemfile
    - rvm: jruby-head
      gemfile: Gemfile
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
before_install:
  - gem update --system
  - gem install bundler
  - gem --version
notifications:
  email: false