Sha256: 0158dcc43295c21e2fa974ac653f5f0bd3e4a46d84f17021e2f800e0e26758c9

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

language:
  ruby

rvm:
  - '2.5.1'
  - '2.7.1'

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

env:
  - DARU_TEST_NMATRIX=1 DARU_TEST_GSL=1

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

1 entries across 1 versions & 1 rubygems

Version Path
daru-0.3 .travis.yml