Sha256: 681f5887c18cd938ac8631ae2a1a22f599a782cddc3262f8cf2c73ae139833e8

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

language:
  ruby

rvm:
  - '2.0'
  - '2.1'
  - '2.2'
  - '2.3.0'
  - '2.4.0'

matrix:
  allow_failures:
    - rvm: '2.0'
  fast_finish:
    true

script:
  - bundle add yard-junk
  - bundle install
  - bundle exec rspec
  - bundle exec rubocop
  - bundle exec yard-junk

install:
  - gem install bundler
  - gem install rainbow -v '2.2.1'
  - bundle install

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y libgsl0-dev r-base r-base-dev
  - sudo Rscript -e "install.packages(c('Rserve','irr'),,'http://cran.us.r-project.org')"
  - sudo apt-get install libmagickwand-dev imagemagick

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
daru-0.2.1 .travis.yml
daru-0.2.0 .travis.yml