Sha256: 0ebff75c1484d7c11c908a4a0f24e4f512e5c82978d7c6583b7b61ca47377bbc

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

language: ruby

before_install:
  - "npm install"
  - "gem update --system 2.6.12"
  - "gem update bundler"

script:
  - bundle exec rake test

rvm:
  - 2.0.0
  - 2.3.4
  - 2.4.1
  - ruby-head

sudo: false

cache: bundler

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

notifications:
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typescript-monkey-0.9.0 .travis.yml