Sha256: 844199127cb526d3d5150d04247b2bc45b3c1b278161edf3ffa252ce37776963

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

language: ruby
cache: bundler

before_install:
  - sudo add-apt-repository -y ppa:chris-lea/libsodium
  - sudo apt-get update -q
  - sudo apt-get install libsodium-dev
  - gem update --system
  - gem --version
  - gem install bundler -v 1.17.1
  - bundle --version

rvm:
  - jruby-9.1.15.0
  - 2.3
  - 2.4
  - 2.5
  - 2.6

matrix:
  fast_finish: true

branches:
  only:
    - master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbnacl-7.0.0 .travis.yml