Sha256: aecc55b6dbc6007345b3845585fb3d999c8fbb7c9e191d49dcd8f374498d937d

Contents?: true

Size: 304 Bytes

Versions: 13

Compression:

Stored size: 304 Bytes

Contents

language: ruby
rvm:
  - 2.2.2
  - 2.3.1
  - 2.4.0
  - ruby-head
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head

before_script:
  - bundle update

script:
  - git config --global user.email "you@example.com"
  - git config --global user.name "Whatever Name"
  - bundle exec rspec spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fulmar-2.2.6 .travis.yml
fulmar-2.2.5 .travis.yml
fulmar-2.2.4 .travis.yml
fulmar-2.2.3 .travis.yml
fulmar-2.2.2 .travis.yml
fulmar-2.2.1 .travis.yml
fulmar-2.2.0 .travis.yml
fulmar-2.1.2 .travis.yml
fulmar-2.1.1 .travis.yml
fulmar-2.1.0 .travis.yml
fulmar-2.0.2 .travis.yml
fulmar-2.0.1 .travis.yml
fulmar-2.0.0 .travis.yml