Sha256: 625bbd97e0f99b6f4475366ef299e55c19df7b7ca304b3d3fb9637dafb6e54f6

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

language: ruby
sudo: false
script: bundle exec rake ci
branches:
  only:
    - master

bundler_args: --without development

rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.5
  - 2.3.1
  - ruby-head
  - jruby
  - jruby-9.0.5.0
  - jruby-head
  - rbx-2

env:
  - LIBSODIUM_VERSION=1.0.0 # Minimum supported
  - LIBSODIUM_VERSION=1.0.8 # Latest released

matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-2

notifications:
  irc: "irc.freenode.org#cryptosphere"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbnacl-3.4.0 .travis.yml